Changeset 5053 for trunk/tools/common/kFileLX.h
- Timestamp:
- Feb 2, 2001, 9:45:42 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFileLX.h
r4750 r5053 1 /* $Id: kFileLX.h,v 1. 3 2000-12-04 08:48:09bird Exp $1 /* $Id: kFileLX.h,v 1.4 2001-02-02 08:45:41 bird Exp $ 2 2 * 3 3 * kFileLX - Linear Executable file reader. … … 28 28 29 29 public: 30 kFileLX(const char *pszFilename); 30 kFileLX(const char *pszFilename) throw (int); 31 kFileLX(kFile *pFile) throw (int); 31 32 ~kFileLX(); 32 33
Note:
See TracChangeset
for help on using the changeset viewer.