IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 30, 2004, 10:18:37 AM (22 years ago)
Author:
desonia
Message:

Updated psChip/psCell to current SDRS spec.

File:
1 edited

Legend:

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

    r2681 r2855  
    99#
    1010psArray_REALLOC_NULL                   psArrayRealloc must be given a non-NULL psArray to resize.
     11psArray_ARRAY_NULL                     Specified psArray can not be NULL.
    1112#
    1213psVector_REALLOC_NULL                  psVectorRealloc must a given a non-NULL psVector to resize.  Desired datatype unknown.
     
    3637psList_ITERATOR_INVALID                Specified iterator is not valid.
    3738psList_ITERATOR_NULL                   Specified iterator is NULL.
    38 psList_LIST_NULL                       Specified psList reference is NULL. 
     39psList_LIST_NULL                       Specified psList reference is NULL.
    3940psList_DATA_NULL                       Specified data item is NULL.
    4041psList_DATA_NOT_FOUND                  Specified data item is not found in the psList.
Note: See TracChangeset for help on using the changeset viewer.