IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2005, 1:26:25 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3115 r3145  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-02-03 00:54:11 $
     14 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-02-07 23:26:24 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    116116 *  @return psErrorCode    the given error code
    117117 */
     118#ifdef DOXYGEN
     119psErrorCode psError(
     120    psErrorCode code,                  ///< Error class code
     121    psBool new,                        ///< true if error originates at this location
     122    const char* fmt,
     123    ...
     124);
     125#else
    118126psErrorCode p_psError(
    119127    const char* file,
     
    126134);
    127135
     136#ifndef SWIG
    128137#define psError(code,new,...) p_psError(__FILE__,__LINE__,__func__,code,new,__VA_ARGS__)
     138#endif
     139
     140#endif
    129141
    130142/** Create a new psErr struct
Note: See TracChangeset for help on using the changeset viewer.