IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 3:59:28 PM (19 years ago)
Author:
jhoblitt
Message:

./sys header file cleanup:

formatting/whitespace fixes
add a few additional gcc attributes
mark p_psFileLine as deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psErrorCodes.h.in

    r11668 r11694  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-02-06 21:36:09 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-02-08 01:59:28 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3232} psErrorCode;
    3333
     34
    3435/** An error code with description
    3536 */
     
    4142psErrorDescription;
    4243
     44
    4345/** Allocates a new psErrorDescription
    4446 *
     
    4951    const char *description            ///< the associated description
    5052);
     53
    5154
    5255/** Retrieves the description of an error code.
     
    6063    psErrorCode code                   ///< the associated error code
    6164);
     65
    6266
    6367/** Register an error code
     
    7377);
    7478
     79
    7580/** Clears error codes registered via psErrorRegister.
    7681 *
     
    8186);
    8287
     88
    8389/// @}
    8490#endif // #ifndef PS_ERROR_CODES_H
Note: See TracChangeset for help on using the changeset viewer.