Changeset 776 in dev for branches/egtra/ab5.0/abdev/ab_common/include
- 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/include/Lexical/Method.h
r640 r776 161 161 virtual bool Resolve( const ObjectModule &resolver, ResolveErrors &resolveErrors ); 162 162 }; 163 BOOST_CLASS_EXPORT ( DynamicMethod );163 BOOST_CLASS_EXPORT_KEY( DynamicMethod ); 164 164 class StaticMethod : public CMethod 165 165 { … … 237 237 virtual bool Resolve( const ObjectModule &resolver, ResolveErrors &resolveErrors ); 238 238 }; 239 BOOST_CLASS_EXPORT ( StaticMethod );239 BOOST_CLASS_EXPORT_KEY( StaticMethod ); 240 240 241 241 class Methods : public std::vector<CMethod *>
Note:
See TracChangeset
for help on using the changeset viewer.