Changeset 201
- Timestamp:
- Jan 20, 2007, 11:11:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/nom/idl/nombase.idl ¶
r190 r201 54 54 #define DEFAULTMETACLASS "NOMClass" 55 55 56 #define NOMMETACLASS( a ) const string METACLASS_TO_USE = (a) 56 //#define NOMMETACLASS( a ) const string METACLASS_TO_USE = (a) 57 #define NOMMETACLASS( a ) const string _conc(_conc(METACLASS_TO_USE_,__LINE__), a) = (#a) 57 58 58 59 /* Define a pointer on a class for IDL using the classname. This is only one half of the work.
Note:
See TracChangeset
for help on using the changeset viewer.