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/psTrace.c

    r11617 r11668  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-02-03 05:54:08 $
     11 *  @version $Revision: 1.84 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-02-06 21:36:09 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6767
    6868static p_psComponent* cRoot = NULL; // The root of the trace component
    69 static psBool traceTime = false;     // Flag to include time info
    70 static psBool traceHost = false;     // Flag to include host info
    71 static psBool traceLevel = false;    // Flag to include level info
    72 static psBool traceName = false;     // Flag to include name info
    73 static psBool traceMsg = true;      // Flag to include message info
     69static bool traceTime = false;     // Flag to include time info
     70static bool traceHost = false;     // Flag to include host info
     71static bool traceLevel = false;    // Flag to include level info
     72static bool traceName = false;     // Flag to include name info
     73static bool traceMsg = true;      // Flag to include message info
    7474static int traceFD = STDOUT_FILENO; // default value
    7575
     
    182182componentAdd(): Adds the component named "addNodeName" to the root tree.
    183183 *****************************************************************************/
    184 static psBool componentAdd(const char *addNodeName, psS32 level)
     184static bool componentAdd(const char *addNodeName, psS32 level)
    185185{
    186186    assert(addNodeName);
Note: See TracChangeset for help on using the changeset viewer.