Update of /cvsroot/boost/boost/libs/serialization/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11157

Modified Files:
        archive_reference.html 
Log Message:
fixed include path for ..dispatch.hpp

Index: archive_reference.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/serialization/doc/archive_reference.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- archive_reference.html      22 Jun 2006 07:21:22 -0000      1.9
+++ archive_reference.html      16 Jul 2007 16:33:35 -0000      1.10
@@ -367,9 +367,9 @@
 and the header files, this implementation is just a composition of the 
polymorphic
 interface and the standard template driven implementation.  This composition is
 accomplished by the templates
-<a target=polymorphic_iarchive_impl_hpp 
href="../../../boost/archive/detail/polymorphic_iarchive_impl.hpp"><code 
style="white-space: normal">polymorphic_iarchive_impl.hpp</code></a>
+<a target=polymorphic_iarchive_dispatch_hpp 
href="../../../boost/archive/detail/polymorphic_iarchive_dispatch.hpp"><code 
style="white-space: normal">polymorphic_iarchive_dispatch.hpp</code></a>
 and
-<a target=polymorphic_oarchive_impl_hpp 
href="../../../boost/archive/detail/polymorphic_oarchive_impl.hpp"><code 
style="white-space: normal">polymorphic_oarchive_impl.hpp</code></a>.
+<a target=polymorphic_oarchive_dispatch_hpp 
href="../../../boost/archive/detail/polymorphic_oarchive_dispatch.hpp"><code 
style="white-space: normal">polymorphic_oarchive_dispatch.hpp</code></a>.
 As these contain no code specific to the particular implementation archive, 
they can be used to create
 a polymorphic archive implementation from any functioning templated archive 
implementation.
 <p>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to