IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1869


Ignore:
Timestamp:
Sep 23, 2004, 12:18:13 PM (22 years ago)
Author:
evanalst
Message:

Modified return type of psErrorMsg.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r1807 r1869  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-09-14 20:01:52 $
     14 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-09-23 22:18:13 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    118118 *
    119119 */
    120 void psErrorMsg(
     120psErrorCode psErrorMsg(
    121121    const char *name,                  ///< Name of error in the form aaa.bbb.ccc
    122122    psErrorCode code,                  ///< Error class code
  • trunk/psLib/src/sysUtils/psError.h

    r1807 r1869  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-09-14 20:01:52 $
     14 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-09-23 22:18:13 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    118118 *
    119119 */
    120 void psErrorMsg(
     120psErrorCode psErrorMsg(
    121121    const char *name,                  ///< Name of error in the form aaa.bbb.ccc
    122122    psErrorCode code,                  ///< Error class code
Note: See TracChangeset for help on using the changeset viewer.