Changeset 5053 for trunk/tools/common/kFileFormatBase.cpp
- Timestamp:
- Feb 2, 2001, 9:45:42 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFileFormatBase.cpp
r4358 r5053 1 /* $Id: kFileFormatBase.cpp,v 1. 2 2000-10-02 04:01:39bird Exp $1 /* $Id: kFileFormatBase.cpp,v 1.3 2001-02-02 08:45:41 bird Exp $ 2 2 * 3 3 * kFileFormatBase - Base class for kFile<format> classes. … … 20 20 #include <stdio.h> 21 21 22 #include "kFile.h" 22 23 #include "kFileFormatBase.h" 23 24 … … 79 80 BOOL kFileFormatBase::dump(kFile *pOut) 80 81 { 81 pOut = pOut;82 pOut->printf("Sorry, dump() is not implemented for this file format.\n"); 82 83 return FALSE; 83 84 }
Note:
See TracChangeset
for help on using the changeset viewer.