IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2007, 11:36:09 AM (19 years ago)
Author:
jhoblitt
Message:

use 'bool' instead of psBool where-ever possible

File:
1 edited

Legend:

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

    r11248 r11668  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-01-23 22:47:23 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-02-06 21:36:09 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7575/** Clears error codes registered via psErrorRegister.
    7676 *
    77  *  @return psBool    TRUE if given errorcode was removed, otherwise FALSE.
     77 *  @return bool    TRUE if given errorcode was removed, otherwise FALSE.
    7878 */
    79 psBool p_psErrorUnregister(
     79bool p_psErrorUnregister(
    8080    psErrorCode code                   ///< the error code to find and remove
    8181);
Note: See TracChangeset for help on using the changeset viewer.