Changeset 2318 for trunk/psLib/src/collections/psMetadataIO.h
- Timestamp:
- Nov 10, 2004, 8:27:08 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psMetadataIO.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psMetadataIO.h
r2204 r2318 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-1 0-27 00:57:30$11 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-10 18:26:53 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 psMetadata* output, ///< Resulting metadata from read. 51 51 char *extName, ///< File name extension string. 52 psS32 extNum, ///< File name extension number. Starts at 1.52 psS32 extNum, ///< File name extension number. Starts at 1. 53 53 char *fileName ///< Name of file to read. 54 54 ); … … 62 62 psS32 psMetadataParseConfig( 63 63 psMetadata** md, ///< Resulting metadata from read. 64 c har *fileName,///< Name of file to read.65 psBool overwrite ///< Allow overwrite of duplicate specifications.64 const char *fileName, ///< Name of file to read. 65 psBool overwrite ///< Allow overwrite of duplicate specifications. 66 66 ); 67 67
Note:
See TracChangeset
for help on using the changeset viewer.
