IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2005, 4:05:41 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psError.h

    r4315 r4342  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-18 02:30:50 $
     14 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-22 02:05:41 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    148148 */
    149149psErrorCode p_psError(
    150     const char* file,                  ///< file name
    151     int lineno,                        ///< line number in file
     150    const char* filename,              ///< file name
     151    unsigned int lineno,               ///< line number in file
    152152    const char* func,                  ///< function name
    153153    psErrorCode code,                  ///< Error class code
    154     psBool new,                        ///< true if error originates at this location
    155     const char* fmt,                   ///< printf-style format of header line
     154    bool new,                          ///< true if error originates at this location
     155    const char* format,                ///< printf-style format of header line
    156156    ...                                ///< any parameters required in fmt
    157157);
Note: See TracChangeset for help on using the changeset viewer.