Changeset 8315 for trunk/MagicSoft/Mars/mfileio/MReadRflFile.h
- Timestamp:
- 02/13/07 11:15:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadRflFile.h
r7430 r8315 10 10 #endif 11 11 12 class MZlib; 12 13 class TList; 13 14 class MRflEvtData; … … 28 29 }; 29 30 30 ifstream*fIn; // the inputfile31 TList 31 MZlib *fIn; // the inputfile 32 TList *fFileNames; // Array which stores the \0-terminated filenames 32 33 33 34 MRflEvtData *fEvtData; //!
Note:
See TracChangeset
for help on using the changeset viewer.