Boost logo

Boost-Commit :

From: fmhess_at_[hidden]
Date: 2007-09-25 15:20:09


Author: fmhess
Date: 2007-09-25 15:20:05 EDT (Tue, 25 Sep 2007)
New Revision: 39530
URL: http://svn.boost.org/trac/boost/changeset/39530

Log:
Updated mention of obsolete trackable class.

Text files modified:
   sandbox/thread_safe_signals/libs/thread_safe_signals/doc/reference/signal_header.xml | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/thread_safe_signals/libs/thread_safe_signals/doc/reference/signal_header.xml
==============================================================================
--- sandbox/thread_safe_signals/libs/thread_safe_signals/doc/reference/signal_header.xml (original)
+++ sandbox/thread_safe_signals/libs/thread_safe_signals/doc/reference/signal_header.xml 2007-09-25 15:20:05 EDT (Tue, 25 Sep 2007)
@@ -134,8 +134,8 @@
           </signature>
 
           <effects><para>Connects the signal this to the incoming
- slot. If the slot is inactive, i.e., any of the trackable
- objects bound by the slot call have been destroyed, then the
+ slot. If the slot is inactive, i.e., any of the slots's tracked
+ objects have been destroyed, then the
           call to connect is a no-op. If the second version of
           <computeroutput>connect</computeroutput> is invoked, the
           slot is associated with the given group. The <code>at</code>


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