IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2004, 10:01:52 AM (22 years ago)
Author:
desonia
Message:

Updated files in src/collections to use new psError functionality. Also
cleaned up the code where needed, removing unnecessary error conditions,
etc.

File:
1 edited

Legend:

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

    r1783 r1807  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-09-10 23:20:35 $
     14 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-09-14 20:01:52 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5050 *  @return    Error message object at 'which'
    5151 */
    52 const psErr* psErrorGet(
     52psErr* psErrorGet(
    5353    int which                          ///< position in the error stack. 0 is last error on stack.
    5454);
     
    6161 *  @return psErr*     Reference to last error message on error stack
    6262 */
    63 const psErr* psErrorLast(void);
     63psErr* psErrorLast(void);
    6464
    6565/** Clears the error stack.
Note: See TracChangeset for help on using the changeset viewer.