Changeset 776 in dev for branches/egtra/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
- Timestamp:
- Jan 22, 2011, 10:50:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
r750 r776 42 42 #include <boost/serialization/map.hpp> 43 43 #include <boost/serialization/version.hpp> 44 #include <boost/serialization/is_abstract.hpp>45 44 #include <boost/serialization/serialization.hpp> 46 45 #include <boost/serialization/nvp.hpp> … … 252 251 return isSuccessful; 253 252 } 253 254 BOOST_CLASS_EXPORT_IMPLEMENT( DynamicMethod ); 255 BOOST_CLASS_EXPORT_IMPLEMENT( StaticMethod );
Note:
See TracChangeset
for help on using the changeset viewer.