Changeset 210 for trunk/nom/include/nomapi.h
- Timestamp:
- Jan 21, 2007, 4:58:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/include/nomapi.h
r185 r210 119 119 }nomMethodThunk; 120 120 121 #define NOM_FLG_IS_METACLASS 0x00000001 122 #define NOM_FLG_NOMUNINIT_OVERRIDEN 0x00000002 123 121 124 /* This structure holds additional informationen about class not to be found in nomMethodTab. 122 125 It holds the default method table of the class and the thunking code necessary to access … … 130 133 gulong ulPrivClassSize; /* The size of this private struct including mtab (not pointr but 131 134 real filled structure. Do we need this? */ 132 gulong ulIsMetaClass; /* Set to 1 if this is a metaclass */ 135 // gulong ulIsMetaClass; /* Set to 1 if this is a metaclass */ 136 gulong ulClassFlags; /* Set to 1 if this is a metaclass */ 133 137 nomStaticClassInfo *sci; /* Class description */ 134 138 nomMethodTabList mtabList; /* The (private) internal list of mtabs we maintain
Note:
See TracChangeset
for help on using the changeset viewer.