IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2004, 4:50:16 PM (22 years ago)
Author:
desonia
Message:

Changed psList API for iterators, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psCollectionsErrors.h

    r2357 r2681  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-11-13 00:52:49 $
     9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-12-10 02:50:14 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5050#define PS_ERRORTEXT_psHash_TABLE_NULL "Input psHash can not be NULL."
    5151#define PS_ERRORTEXT_psHash_DATA_NULL "Input data can not be NULL."
     52#define PS_ERRORTEXT_psList_LOCATION_INVALID "Specified location, %d, is invalid."
     53#define PS_ERRORTEXT_psList_ITERATOR_INVALID "Specified iterator is not valid."
     54#define PS_ERRORTEXT_psList_ITERATOR_NULL "Specified iterator is NULL."
     55#define PS_ERRORTEXT_psList_LIST_NULL "Specified psList reference is NULL. "
     56#define PS_ERRORTEXT_psList_DATA_NULL "Specified data item is NULL."
     57#define PS_ERRORTEXT_psList_DATA_NOT_FOUND "Specified data item is not found in the psList."
    5258//~End
    5359
Note: See TracChangeset for help on using the changeset viewer.