Changeset 277 for trunk/idl-compiler/include/parser.h
- Timestamp:
- Mar 27, 2007, 7:58:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/include/parser.h
r276 r277 83 83 gboolean fIsInRootFile; 84 84 gchar* chrMetaClass; /* Pointer to metaclass name or NULL*/ 85 char* chrFileStem; /* Holding output filestem */ 85 86 char* chrSourceFileName; /* The preprocessor includes files for us. This is the info 86 87 about the file this interface is defined in. */ 87 char* chrFileStem; /* Holding output filestem */88 88 GPtrArray *pMethodArray; 89 89 GPtrArray *pOverrideArray; … … 111 111 char* chrCurrentSourceFile;/* The preprocessor includes files for us. This is the info 112 112 about their name. */ 113 char* chrOutfilePath; /* This is only the path, no filename */ 113 114 FILE* outFile; /* Output file handle */ 114 115 }PARSEINFO, *PPARSEINFO; … … 182 183 void printInterface(PINTERFACE pif); 183 184 void printAllInterfacec(void); 185 186 #ifdef INCL_FILE 187 FILE* openOutfile(GScanner *gScanner, gchar* chrOutName); 188 void closeOutfile(FILE* pFile); 189 #endif
Note:
See TracChangeset
for help on using the changeset viewer.