Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68223 - sandbox/guild/pool/libs/pool/doc
From: pbristow_at_[hidden]
Date: 2011-01-18 06:27:44


Author: pbristow
Date: 2011-01-18 06:27:43 EST (Tue, 18 Jan 2011)
New Revision: 68223
URL: http://svn.boost.org/trac/boost/changeset/68223

Log:
Corrected link to graphics.
Binary files modified:
   sandbox/guild/pool/libs/pool/doc/pool.pdf
Text files modified:
   sandbox/guild/pool/libs/pool/doc/pool.qbk | 20 ++++++++++----------
   1 files changed, 10 insertions(+), 10 deletions(-)

Modified: sandbox/guild/pool/libs/pool/doc/pool.pdf
==============================================================================
Binary files. No diff available.

Modified: sandbox/guild/pool/libs/pool/doc/pool.qbk
==============================================================================
--- sandbox/guild/pool/libs/pool/doc/pool.qbk (original)
+++ sandbox/guild/pool/libs/pool/doc/pool.qbk 2011-01-18 06:27:43 EST (Tue, 18 Jan 2011)
@@ -50,11 +50,16 @@
 
 [template graphic[name] '''<inlinemediaobject>
 <imageobject role="html">
-<imagedata align="center" fileref="/images/'''[name]'''.png"></imagedata>
+<imagedata align="center" fileref="./images/'''[name]'''.png"></imagedata>
 </imageobject>
 <imageobject role="print">
+<imagedata align="center" fileref="./images/'''[name]'''.svg"></imagedata>
+</imageobject>
+
+<imageobject role="pdf">
 <imagedata align="center" fileref="/images/'''[name]'''.svg"></imagedata>
 </imageobject>
+
 </inlinemediaobject>''']
 
 [section:pool Boost Pool Library]
@@ -540,12 +545,6 @@
 
 [endsect] [/section:interfaces The Interfaces - pool, object_pool and singleton_pool]
 
-[h4 Future Directions]
-
-Another pool interface will be written: a base class for per-class pool allocation.
-This "pool_base" interface will be Singleton Usage with Exceptions,
-and built on the singleton_pool interface.
-
 [endsect] [/section:interfaces- What interfaces are provided and when to use each one.]
 
 [section:installation Installation]
@@ -1121,11 +1120,12 @@
 
 [section:todo Appendix J: Future plans]
 
-[heading For later releases]
-
 Another pool interface will be written: a base class for per-class pool allocation.
 
-[endsect] [/section:todo Appendix H: Future plans]
+This "pool_base" interface will be Singleton Usage with Exceptions,
+and built on the singleton_pool interface.
+
+[endsect] [/section:todo Appendix J: Future plans]
 
 
 [endsect] [/section:appendices Appendices]


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