Changeset 4358 for trunk/tools/common/kFileFormatBase.h
- Timestamp:
- Oct 2, 2000, 6:01:40 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFileFormatBase.h
r4129 r4358 1 /* $Id: kFileFormatBase.h,v 1. 3 2000-08-31 03:00:13bird Exp $1 /* $Id: kFileFormatBase.h,v 1.4 2000-10-02 04:01:39 bird Exp $ 2 2 * 3 3 * kFileFormatBase - Base class for kFile<format> classes. … … 23 23 ******************************************************************************/ 24 24 #pragma pack(4) 25 26 class kFile; 25 27 26 28 /** … … 57 59 58 60 static void * readfile(const char *pszFilename); 61 virtual BOOL dump(kFile *pOut); 59 62 }; 60 63
Note:
See TracChangeset
for help on using the changeset viewer.