IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4330 for trunk/psLib/src/sys


Ignore:
Timestamp:
Jun 20, 2005, 5:01:37 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

Location:
trunk/psLib/src/sys
Files:
4 edited

Legend:

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

    r4321 r4330  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-20 22:42:30 $
     13 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-21 03:01:37 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4242 *  be displayed.  The old log level will be returned.
    4343 *
    44  *  @return psS32    old logging level
     44 *  @return int    old logging level
    4545 */
    4646int psLogSetLevel(
  • trunk/psLib/src/sys/psMemory.h

    r4321 r4330  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-20 22:42:30 $
     14 *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-21 03:01:37 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    190190 *  Memory marked as persistent is excluded from memory leak checks.
    191191 *
    192  *  @return psBool    true if memory is marked persistent, otherwise false.
     192 *  @return bool    true if memory is marked persistent, otherwise false.
    193193 */
    194194bool p_psMemGetPersistent(
  • trunk/psLib/src/sys/psTrace.c

    r4308 r4330  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-17 23:44:21 $
     11 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-21 03:01:37 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    377377 The level of "name" in the root component tree.
    378378 *****************************************************************************/
    379 psS32 psTraceGetLevel(const char *name)
     379int psTraceGetLevel(const char *name)
    380380{
    381381    char *compName = NULL;
  • trunk/psLib/src/sys/psTrace.h

    r3781 r4330  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-04-28 23:46:29 $
     11 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-21 03:01:37 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8383
    8484/// Get the trace level
    85 psS32 psTraceGetLevel(const char *facil) ///< facilty of interest
    86 ;
     85int psTraceGetLevel(
     86    const char *facil                  ///< facilty of interest
     87);
    8788
    8889/// Set all trace levels to zero (do not free nodes in the component tree).
Note: See TracChangeset for help on using the changeset viewer.