Changeset 4358 for trunk/tools/common/kFileFormatBase.cpp
- Timestamp:
- Oct 2, 2000, 6:01:40 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFileFormatBase.cpp
r3246 r4358 1 /* $Id: kFileFormatBase.cpp,v 1. 1 2000-03-27 10:18:40bird Exp $1 /* $Id: kFileFormatBase.cpp,v 1.2 2000-10-02 04:01:39 bird Exp $ 2 2 * 3 3 * kFileFormatBase - Base class for kFile<format> classes. … … 71 71 return pvFile; 72 72 } 73 74 /** 75 * Dump function. 76 * @returns Successindicator. 77 * @param pOut Output file. 78 */ 79 BOOL kFileFormatBase::dump(kFile *pOut) 80 { 81 pOut = pOut; 82 return FALSE; 83 } 84
Note:
See TracChangeset
for help on using the changeset viewer.