Changeset 201


Ignore:
Timestamp:
Jan 20, 2007, 11:11:30 AM (18 years ago)
Author:
cinc
Message:

Fixed duplicate metaclass name output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/nom/idl/nombase.idl

    r190 r201  
    5454#define DEFAULTMETACLASS "NOMClass"
    5555
    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)
    5758
    5859/* 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.