IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11308


Ignore:
Timestamp:
Jan 25, 2007, 6:51:01 PM (19 years ago)
Author:
eugene
Message:

fixed BASE

Location:
trunk/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotErrorCodes.dat

    r11263 r11308  
    22# This file is used to generate psphotErrorClasses.h
    33#
    4 BASE = 200              First value we use; lower values belong to psLib
    54UNKNOWN                 Unknown PM error code
    65NOT_IMPLEMENTED         Desired feature is not yet implemented
  • trunk/psphot/src/psphotErrorCodes.h.in

    r9580 r11308  
    99 */
    1010typedef enum {
    11     PSPHOT_ERR_BASE = 512,
     11    PSPHOT_ERR_BASE = 1300,
    1212    PSPHOT_ERR_${ErrorCode},
    1313    PSPHOT_ERR_NERROR
Note: See TracChangeset for help on using the changeset viewer.