Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49037 - sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference
From: fmhess_at_[hidden]
Date: 2008-09-29 16:49:40


Author: fmhess
Date: 2008-09-29 16:49:40 EDT (Mon, 29 Sep 2008)
New Revision: 49037
URL: http://svn.boost.org/trac/boost/changeset/49037

Log:
Added note about automatic slot tracking of signals.

Text files modified:
   sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/slot.xml | 8 +++++++-
   1 files changed, 7 insertions(+), 1 deletions(-)

Modified: sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/slot.xml
==============================================================================
--- sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/slot.xml (original)
+++ sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/slot.xml 2008-09-29 16:49:40 EDT (Mon, 29 Sep 2008)
@@ -76,7 +76,13 @@
             with <code>target</code>, which may be any
             function object with which a
             <code>SlotFunction</code> can be
- constructed. The slot's tracked object list is initially empty.</para>
+ constructed.
+ </para>
+ <para>In this special case where the template type parameter <code>Slot</code> is
+ a compatible <classname>signal</classname> or <classname>signalN</classname> type,
+ the signal will automatically be added to the slot's tracked object list.
+ Otherwise, the slot's tracked object list is initially empty.
+ </para>
           </effects>
         </constructor>
       <constructor>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk