Changeset 2321
- Timestamp:
- Nov 10, 2004, 10:58:01 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
sys/psConfigure.h (modified) (3 diffs)
-
sysUtils/psConfigure.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.h
r2317 r2321 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-11-10 18:26:12$15 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-11-10 20:58:01 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 37 37 ); 38 38 39 /** Get last error put on the error stack39 /** Initializes persistent memory. 40 40 * 41 * The last error reported is available from psErrorLast; if no errors are 41 * Creates persistant memory items used throughout psLib. Items created within this method should be freed 42 * with the psLibFinalize function. 42 43 * current, a non-NULL psErr is returned with code PS_ERR_NONE. 43 44 * 44 * @return psErr* Reference to last error message on error stack45 * @return void: void. 45 46 */ 46 47 void psLibInit( … … 54 55 * function at the end of a psLib execution cycle. 55 56 * 57 * @return void: void. 56 58 */ 57 59 void psLibFinalize( -
trunk/psLib/src/sysUtils/psConfigure.h
r2317 r2321 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-11-10 18:26:12$15 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-11-10 20:58:01 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 37 37 ); 38 38 39 /** Get last error put on the error stack39 /** Initializes persistent memory. 40 40 * 41 * The last error reported is available from psErrorLast; if no errors are 41 * Creates persistant memory items used throughout psLib. Items created within this method should be freed 42 * with the psLibFinalize function. 42 43 * current, a non-NULL psErr is returned with code PS_ERR_NONE. 43 44 * 44 * @return psErr* Reference to last error message on error stack45 * @return void: void. 45 46 */ 46 47 void psLibInit( … … 54 55 * function at the end of a psLib execution cycle. 55 56 * 57 * @return void: void. 56 58 */ 57 59 void psLibFinalize(
Note:
See TracChangeset
for help on using the changeset viewer.
