IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2005, 2:36:12 PM (21 years ago)
Author:
drobbin
Message:

Changed psLogSetFormat to return bool instead of void

File:
1 edited

Legend:

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

    r4951 r4952  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-09-07 00:15:48 $
     13 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-09-07 00:36:12 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5454 *  to not be logged.  This procedure does not alter the order in which
    5555 *  the messages are displayed.
     56 *
     57 *  @return bool:       True if successful, otherwise false.
    5658 */
    57 void psLogSetFormat(
     59bool psLogSetFormat(
    5860    const char *format                 ///< Specifies the system log format
    5961);
Note: See TracChangeset for help on using the changeset viewer.