From: stephan b. <sg...@us...> - 2004-12-28 16:09:32
|
Update of /cvsroot/pclasses/pclasses2/src/s11n/proxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10046/src/s11n/proxy Modified Files: SimplePropertyStore_s11n.h Log Message: Added missing namespaces and an #endif. Index: SimplePropertyStore_s11n.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/s11n/proxy/SimplePropertyStore_s11n.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SimplePropertyStore_s11n.h 28 Dec 2004 15:51:05 -0000 1.1 +++ SimplePropertyStore_s11n.h 28 Dec 2004 16:08:59 -0000 1.2 @@ -6,9 +6,12 @@ #if !defined(p_UTIL_SIMPLEPRPOPERTYSTORE_REGISTERED_WITH_S11N) # define p_UTIL_SIMPLEPRPOPERTYSTORE_REGISTERED_WITH_S11N 1 -# define PS11N_TYPE SimplePropertyStore -# define PS11N_TYPE_NAME "SimplePropertyStore" +# define PS11N_TYPE ::P::Util::SimplePropertyStore +# define PS11N_TYPE_NAME "P::Util::SimplePropertyStore" # define PS11N_SERIALIZE_FUNCTOR ::P::s11n::map::streamable_map_serializable_proxy # include <pclasses/s11n/reg_serializable_traits.h> #endif // p_UTIL_SIMPLEPRPOPERTYSTORE_REGISTERED_WITH_S11N + +#endif // PCLASSES_S11N_INCLUDED +//////////////////////////////////////////////////////////////////////// |