IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

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

    r2129 r2204  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-14 21:14:58 $
     9 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-27 00:57:31 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515#ifndef PS_ERROR_CODES_H
    1616#define PS_ERROR_CODES_H
     17
     18#include "psType.h"
    1719
    1820/* N.B., lines between '//~Start' and '//~End' are automatic generated from
     
    9395void psErrorRegister(
    9496    const psErrorDescription* errors,  ///< Array of error codes to register
    95     int nerror                         ///< number of errors in input array
     97    psS32 nerror                         ///< number of errors in input array
    9698);
    9799
    98100/** Clears error codes registered via psErrorRegister.
    99101 *
    100  *  @return bool    TRUE if given errorcode was removed, otherwise FALSE.
     102 *  @return psBool    TRUE if given errorcode was removed, otherwise FALSE.
    101103 */
    102 bool p_psErrorUnregister(
     104psBool p_psErrorUnregister(
    103105    psErrorCode code                   ///< the error code to find and remove
    104106);
Note: See TracChangeset for help on using the changeset viewer.