Changeset 311 for trunk/idl-compiler/include/parser.h
- Timestamp:
- Sep 30, 2007, 8:47:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/include/parser.h
r292 r311 129 129 IDL_SYMBOL_INSTANCEVAR, 130 130 IDL_SYMBOL_OVERRIDE, 131 IDL_SYMBOL_OVERRIDE2, 131 132 IDL_SYMBOL_REGINTERFACE, /* Used for registered interfaces */ 132 133 IDL_SYMBOL_CLSNAME, … … 177 178 void parseClassVersion(void); 178 179 void parseOverrideMethod(void); 180 void parseOverrideMethodFromIdentifier(void); 179 181 void parseHash(void); 180 182 void parsePreprocLineInfo(void);
Note:
See TracChangeset
for help on using the changeset viewer.