IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2005, 10:38:12 AM (21 years ago)
Author:
drobbin
Message:

made required changes based on apidelta-report-cycle6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/xml/psXML.h

    r4243 r4401  
    1010 *  @author Robert DeSonia, MHPCC
    1111 *
    12  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-14 02:54:07 $
     12 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-27 20:38:12 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5656    FILE * fd,                         ///< Pointer to file to write metadata item.
    5757    const char *format,                ///< Format to print metadata item.
    58     const psMetadataItem* metadataItem ///< Metadata item to print.
     58    const psMetadataItem* item        ///< Metadata item to print.
    5959);
    6060
     
    8181psMetadata* psMetadataConfigParse(
    8282    psMetadata* md,                    ///< Resulting metadata from read.
    83     psU32 *nFail,                      ///< Number of failed lines.
     83    int *nFail,                        ///< Number of failed lines.
    8484    const char *fileName,              ///< Name of file to read.
    85     psBool overwrite                   ///< Allow overwrite of duplicate specifications.
     85    bool overwrite                     ///< Allow overwrite of duplicate specifications.
    8686);
    8787
Note: See TracChangeset for help on using the changeset viewer.