Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65649 - in branches/release/libs/signals2: . doc/reference
From: fmhess_at_[hidden]
Date: 2010-09-28 11:31:37


Author: fmhess
Date: 2010-09-28 11:31:36 EDT (Tue, 28 Sep 2010)
New Revision: 65649
URL: http://svn.boost.org/trac/boost/changeset/65649

Log:
Merged signals2 docs from trunk.

Properties modified:
   branches/release/libs/signals2/ (props changed)
Text files modified:
   branches/release/libs/signals2/doc/reference/signal_header.xml | 6 +++---
   branches/release/libs/signals2/doc/reference/slot_base.xml | 9 +--------
   2 files changed, 4 insertions(+), 11 deletions(-)

Modified: branches/release/libs/signals2/doc/reference/signal_header.xml
==============================================================================
--- branches/release/libs/signals2/doc/reference/signal_header.xml (original)
+++ branches/release/libs/signals2/doc/reference/signal_header.xml 2010-09-28 11:31:36 EDT (Tue, 28 Sep 2010)
@@ -96,15 +96,15 @@
         </typedef>
         <typedef name="argument_type">
           <type>T1</type>
- <purpose>Exists iff iff arity == 1</purpose>
+ <purpose>Exists iff arity == 1</purpose>
         </typedef>
         <typedef name="first_argument_type">
           <type>T1</type>
- <purpose>Exists iff iff arity == 2</purpose>
+ <purpose>Exists iff arity == 2</purpose>
         </typedef>
         <typedef name="second_argument_type">
           <type>T2</type>
- <purpose>Exists iff iff arity == 2</purpose>
+ <purpose>Exists iff arity == 2</purpose>
         </typedef>
 
         <class name="arg">

Modified: branches/release/libs/signals2/doc/reference/slot_base.xml
==============================================================================
--- branches/release/libs/signals2/doc/reference/slot_base.xml (original)
+++ branches/release/libs/signals2/doc/reference/slot_base.xml 2010-09-28 11:31:36 EDT (Tue, 28 Sep 2010)
@@ -19,11 +19,8 @@
           <para></para>
         </description>
 
- <typedef name="tracked_container_type">
- <type>std::vector&lt;weak_ptr&lt;void&gt; &gt;</type>
- </typedef>
         <typedef name="locked_container_type">
- <type>std::vector&lt;shared_ptr&lt;void&gt; &gt;</type>
+ <type>std::vector&lt;<emphasis>implementation-detail</emphasis>&gt;</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 &amp;</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">


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