From: stephan b. <sg...@us...> - 2004-12-26 04:42:27
|
Update of /cvsroot/pclasses/pclasses2/src/s11n/io In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4718/src/s11n/io Added Files: s11n_io.h Log Message: egg --- NEW FILE: s11n_io.h --- #ifndef p_s11n_io_HPP_INCLUDED #define p_s11n_io_HPP_INCLUDED 1 //////////////////////////////////////////////////////////////////////// // s11n_io.h // Intended to be the only header clients of P::s11n::io need to // include. //////////////////////////////////////////////////////////////////////// #include "data_node_io.h" #include "data_node_format.h" #include "serializers.h" namespace P { namespace s11n { namespace io { }}} // namespace P::s11n::io #endif // p_s11n_io_HPP_INCLUDED |