Changeset 11308
- Timestamp:
- Jan 25, 2007, 6:51:01 PM (19 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
psphotErrorCodes.dat (modified) (1 diff)
-
psphotErrorCodes.h.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotErrorCodes.dat
r11263 r11308 2 2 # This file is used to generate psphotErrorClasses.h 3 3 # 4 BASE = 200 First value we use; lower values belong to psLib5 4 UNKNOWN Unknown PM error code 6 5 NOT_IMPLEMENTED Desired feature is not yet implemented -
trunk/psphot/src/psphotErrorCodes.h.in
r9580 r11308 9 9 */ 10 10 typedef enum { 11 PSPHOT_ERR_BASE = 512,11 PSPHOT_ERR_BASE = 1300, 12 12 PSPHOT_ERR_${ErrorCode}, 13 13 PSPHOT_ERR_NERROR
Note:
See TracChangeset
for help on using the changeset viewer.
