$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r65648 - trunk/libs/signals2/doc/reference
From: fmhess_at_[hidden]
Date: 2010-09-28 11:10:11
Author: fmhess
Date: 2010-09-28 11:10:10 EDT (Tue, 28 Sep 2010)
New Revision: 65648
URL: http://svn.boost.org/trac/boost/changeset/65648
Log:
Undocumented slot_base::track_container_type and slot_base::tracked_objects(), 
as they are no longer worth documentation due to the changes required to support
tracking foreign shared_ptr types.
Text files modified: 
   trunk/libs/signals2/doc/reference/slot_base.xml |     9 +--------                               
   1 files changed, 1 insertions(+), 8 deletions(-)
Modified: trunk/libs/signals2/doc/reference/slot_base.xml
==============================================================================
--- trunk/libs/signals2/doc/reference/slot_base.xml	(original)
+++ trunk/libs/signals2/doc/reference/slot_base.xml	2010-09-28 11:10:10 EDT (Tue, 28 Sep 2010)
@@ -19,11 +19,8 @@
           <para></para>
         </description>
 
-        <typedef name="tracked_container_type">
-          <type>std::vector<weak_ptr<void> ></type>
-        </typedef>
         <typedef name="locked_container_type">
-          <type>std::vector<shared_ptr<void> ></type>
+          <type>std::vector<<emphasis>implementation-detail</emphasis>></type>
         </typedef>
 
         <method-group name="tracking">
@@ -37,10 +34,6 @@
             as the returned container is kept in scope, none of the slot's tracked objects can expire.</returns>
             <throws><classname>expired_slot</classname> if any of the slot's tracked objects have expired.</throws>
           </method>
-          <method name = "tracked_objects" cv="const">
-            <type>const tracked_container_type &</type>
-            <returns>A const reference to the slot's list of tracked objects, in <code>weak_ptr</code> form.</returns>
-          </method>
         </method-group>
       </class>
       <class name="expired_slot">