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/astro/psTime.h

    r11248 r11668  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-01-23 22:47:22 $
     13 *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-02-06 21:36:09 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8585 * @return bool:    True for success, false for failure.
    8686 */
    87 psBool p_psTimeInit(
     87bool p_psTimeInit(
    8888    const char *fileName               ///< File name containing config/data info
    8989);
     
    103103 * @return void:    void.
    104104 */
    105 psBool p_psTimeFinalize(void);
     105bool p_psTimeFinalize(void);
    106106
    107107/** Frees memory that was allocated by psTime functions.
Note: See TracChangeset for help on using the changeset viewer.