Changeset 121 for trunk/nom


Ignore:
Timestamp:
Nov 28, 2006, 7:12:30 PM (19 years ago)
Author:
cinc
Message:

Automatically typedef pointer on classes in the *.h file. Macro to define pointer on classes as native types for use in IDL files.

File:
1 edited

Legend:

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

    r94 r121  
    5656#define NOMMETACLASS( a ) const string METACLASS_TO_USE = (a) 
    5757
     58/* Define a pointer on a class for IDL using the classname. This is only one half of the work.
     59   The rest is done by the IDL compiler which typedefs this in the *.h file so it can be used
     60   in the C code. */
     61#define NOMCLASSNAME( a ) native P ## a
    5862
    5963/* #warning !!!!! NOMCLASSNAME macro is missing !!!!! */
Note: See TracChangeset for help on using the changeset viewer.