IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:50:29 PM (21 years ago)
Author:
drobbin
Message:

changed files according to requested revisions outlined in apidelta-report-cycle6

File:
1 edited

Legend:

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

    r4330 r4367  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-21 03:01:37 $
     13 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-23 03:50:29 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030 *  argument which can specify general log destinations.
    3131 *
    32  *  @return psS32     true if set successfully, otherwise false.
     32 *  @return bool     true if set successfully, otherwise false.
    3333 */
    34 psBool psLogSetDestination(
     34bool psLogSetDestination(
    3535    const char *dest                   ///< Specifies where to send messages.
    3636);
     
    5656 */
    5757void psLogSetFormat(
    58     const char *fmt                    ///< Specifies the system log format
     58    const char *format                 ///< Specifies the system log format
    5959);
    6060
Note: See TracChangeset for help on using the changeset viewer.