Changeset 828 in dev for trunk/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
- Timestamp:
- Mar 19, 2012, 1:59:48 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/egtra merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ab5.0/abdev
-
Property svn:ignore
set to
*.opensdf
*.sdf
*.suo
*.user
int
ipch
out
-
Property svn:ignore
set to
-
trunk/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
r750 r828 1 #pragma warning(disable : 4996)1 //#pragma warning(disable : 4996) 2 2 3 3 #include <map> … … 29 29 30 30 31 #pragma warning(push) 32 #pragma warning(disable: 4244 6011 6326) 31 33 #ifdef OBJECT_MODULE_IS_NOT_BINARY 32 34 #include <boost/archive/xml_oarchive.hpp> … … 42 44 #include <boost/serialization/map.hpp> 43 45 #include <boost/serialization/version.hpp> 44 #include <boost/serialization/is_abstract.hpp>45 46 #include <boost/serialization/serialization.hpp> 46 47 #include <boost/serialization/nvp.hpp> 47 48 #include <boost/serialization/export.hpp> 49 #pragma warning(pop) 48 50 49 51 #define foreach(v, c) for each (v in c) … … 252 254 return isSuccessful; 253 255 } 256 257 BOOST_CLASS_EXPORT_IMPLEMENT( DynamicMethod ); 258 BOOST_CLASS_EXPORT_IMPLEMENT( StaticMethod );
Note:
See TracChangeset
for help on using the changeset viewer.