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.dat

    r2357 r2681  
    3232psHash_TABLE_NULL                      Input psHash can not be NULL.
    3333psHash_DATA_NULL                       Input data can not be NULL.
     34#
     35psList_LOCATION_INVALID                Specified location, %d, is invalid.
     36psList_ITERATOR_INVALID                Specified iterator is not valid.
     37psList_ITERATOR_NULL                   Specified iterator is NULL.
     38psList_LIST_NULL                       Specified psList reference is NULL.
     39psList_DATA_NULL                       Specified data item is NULL.
     40psList_DATA_NOT_FOUND                  Specified data item is not found in the psList.
    3441
Note: See TracChangeset for help on using the changeset viewer.