Update of /cvsroot/boost/boost/boost/mpi/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19664/detail

Modified Files:
        content_oarchive.hpp forward_skeleton_iarchive.hpp 
        forward_skeleton_oarchive.hpp mpi_datatype_oarchive.hpp 
        text_skeleton_oarchive.hpp 
Log Message:
  


Index: content_oarchive.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpi/detail/content_oarchive.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- content_oarchive.hpp        17 Jan 2007 02:48:46 -0000      1.1
+++ content_oarchive.hpp        18 Jul 2007 21:17:38 -0000      1.2
@@ -58,4 +58,8 @@
 
 } } // end namespace boost::mpi
 
+// required by export
+BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::mpi::detail::content_oarchive)
+BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::mpi::detail::ignore_skeleton_oarchive<boost::mpi::detail::content_oarchive>)
+
 #endif // BOOST_MPI_DETAIL_CONTENT_OARCHIVE_HPP

Index: forward_skeleton_iarchive.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpi/detail/forward_skeleton_iarchive.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- forward_skeleton_iarchive.hpp       17 Jan 2007 02:48:46 -0000      1.1
+++ forward_skeleton_iarchive.hpp       18 Jul 2007 21:17:38 -0000      1.2
@@ -75,4 +75,4 @@
 
 } } } // end namespace boost::mpi::detail
 
-#endif // BOOST_MPI_DETAIL_FORWARD_STRUCTURE_IARCHIVE_HPP
+#endif // BOOST_MPI_DETAIL_FORWARD_SKELETON_IARCHIVE_HPP

Index: forward_skeleton_oarchive.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpi/detail/forward_skeleton_oarchive.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- forward_skeleton_oarchive.hpp       17 Jan 2007 02:48:46 -0000      1.1
+++ forward_skeleton_oarchive.hpp       18 Jul 2007 21:17:38 -0000      1.2
@@ -76,4 +76,4 @@
 
 } } } // end namespace boost::mpi::detail
 
-#endif // BOOST_MPI_DETAIL_FORWARD_STRUCTURE_OARCHIVE_HPP
+#endif // BOOST_MPI_DETAIL_FORWARD_SKELETON_OARCHIVE_HPP

Index: mpi_datatype_oarchive.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpi/detail/mpi_datatype_oarchive.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mpi_datatype_oarchive.hpp   17 Jan 2007 02:48:47 -0000      1.1
+++ mpi_datatype_oarchive.hpp   18 Jul 2007 21:17:38 -0000      1.2
@@ -40,4 +40,8 @@
 
 } } } // end namespace boost::mpi::detail
 
+// required by export
+BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::mpi::detail::mpi_datatype_oarchive)
+BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::mpi::detail::ignore_skeleton_oarchive<boost::mpi::detail::mpi_datatype_oarchive>)
+
 #endif // BOOST_MPI_DETAIL_MPI_DATATYPE_OARCHIVE_HPP

Index: text_skeleton_oarchive.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpi/detail/text_skeleton_oarchive.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- text_skeleton_oarchive.hpp  17 Jan 2007 02:48:47 -0000      1.1
+++ text_skeleton_oarchive.hpp  18 Jul 2007 21:17:38 -0000      1.2
@@ -33,7 +33,18 @@
     boost::archive::text_oarchive skeleton_archive_;
 };
 
+namespace detail {
+
+typedef 
boost::mpi::detail::forward_skeleton_oarchive<boost::mpi::text_skeleton_oarchive,boost::archive::text_oarchive>
 type3;
+
+}
+
+
 } } // end namespace boost::mpi
 
+// required by export
+BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::mpi::text_skeleton_oarchive)
+BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::mpi::detail::type3)
+
 
 #endif // BOOST_MPI_TEXT_SKELETON_OARCHIVE_HPP


-------------------------------------------------------------------------
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