IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 11:42:02 AM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4162 r4298  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-08 23:40:45 $
     14 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-17 21:42:02 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    180180void p_psMemSetPersistent(
    181181    psPtr ptr,                         ///< the memory block to operate on
    182     psBool value                         ///< true if memory is persistent, otherwise false
     182    bool value                         ///< true if memory is persistent, otherwise false
    183183);
    184184
     
    192192 *  @return psBool    true if memory is marked persistent, otherwise false.
    193193 */
    194 psBool p_psMemGetPersistent(
     194bool p_psMemGetPersistent(
    195195    psPtr ptr                          ///< the memory block to check.
    196196);
Note: See TracChangeset for help on using the changeset viewer.