Changeset 6066 for trunk/tools/common/kFileFormatBase.h
- Timestamp:
- Jun 22, 2001, 7:07:47 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFileFormatBase.h
r5531 r6066 1 /* $Id: kFileFormatBase.h,v 1. 5 2001-04-17 00:26:11bird Exp $1 /* $Id: kFileFormatBase.h,v 1.6 2001-06-22 17:07:47 bird Exp $ 2 2 * 3 3 * kFileFormatBase - Base class for kFile<format> classes. … … 33 33 { 34 34 public: 35 36 virtual ~kFileFormatBase(); 37 35 38 virtual BOOL isDef() const { return FALSE;} 36 39 virtual BOOL isPe() const { return FALSE;} 37 40 virtual BOOL isLx() const { return FALSE;} 38 41 virtual BOOL dump(kFile *pOut); 42 39 43 }; 40 44
Note:
See TracChangeset
for help on using the changeset viewer.