Changeset 23692
- Timestamp:
- Apr 2, 2009, 4:56:39 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
-
ippTools/src/pxtoolsErrorCodes.h.in (modified) (1 diff)
-
ppImage/src/ppImageErrorCodes.h.in (modified) (1 diff)
-
ppMerge/src/ppMergeErrorCodes.h.in (modified) (1 diff)
-
ppNorm/src/ppNormErrorCodes.h.in (modified) (1 diff)
-
ppStats/src/ppStatsErrorCodes.h.in (modified) (1 diff)
-
psModules/src/config/pmErrorCodes.h.in (modified) (1 diff)
-
psastro/src/psastroErrorCodes.h.in (modified) (1 diff)
-
psphot/src/psphotErrorCodes.h.in (modified) (1 diff)
-
pstamp/src/pstampErrorCodes.h.in (modified) (1 diff)
-
pswarp/src/pswarpErrorCodes.h.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtoolsErrorCodes.h.in
r11037 r23692 9 9 */ 10 10 typedef enum { 11 PXTOOLS_ERR_BASE = 512,11 PXTOOLS_ERR_BASE = 9000, 12 12 PXTOOLS_ERR_${ErrorCode}, 13 13 PXTOOLS_ERR_NERROR -
trunk/ppImage/src/ppImageErrorCodes.h.in
r11259 r23692 9 9 */ 10 10 typedef enum { 11 PPIMAGE_ERR_BASE = 5 12,11 PPIMAGE_ERR_BASE = 5000, 12 12 PPIMAGE_ERR_${ErrorCode}, 13 13 PPIMAGE_ERR_NERROR -
trunk/ppMerge/src/ppMergeErrorCodes.h.in
r21244 r23692 21 21 */ 22 22 typedef enum { 23 PPMERGE_ERR_BASE = 512,23 PPMERGE_ERR_BASE = 6000, 24 24 PPMERGE_ERR_${ErrorCode}, 25 25 PPMERGE_ERR_NERROR -
trunk/ppNorm/src/ppNormErrorCodes.h.in
r11259 r23692 9 9 */ 10 10 typedef enum { 11 PPNORM_ERR_BASE = 512,11 PPNORM_ERR_BASE = 7000, 12 12 PPNORM_ERR_${ErrorCode}, 13 13 PPNORM_ERR_NERROR -
trunk/ppStats/src/ppStatsErrorCodes.h.in
r11259 r23692 9 9 */ 10 10 typedef enum { 11 PPSTATS_ERR_BASE = 512,11 PPSTATS_ERR_BASE = 2000, 12 12 PPSTATS_ERR_${ErrorCode}, 13 13 PPSTATS_ERR_NERROR -
trunk/psModules/src/config/pmErrorCodes.h.in
r11300 r23692 9 9 */ 10 10 typedef enum { 11 PM_ERR_BASE = 1 200,11 PM_ERR_BASE = 1000, 12 12 PM_ERR_${ErrorCode}, 13 13 PM_ERR_NERROR -
trunk/psastro/src/psastroErrorCodes.h.in
r21409 r23692 21 21 */ 22 22 typedef enum { 23 PSASTRO_ERR_BASE = 600,23 PSASTRO_ERR_BASE = 4000, 24 24 PSASTRO_ERR_${ErrorCode}, 25 25 PSASTRO_ERR_NERROR -
trunk/psphot/src/psphotErrorCodes.h.in
r11308 r23692 9 9 */ 10 10 typedef enum { 11 PSPHOT_ERR_BASE = 1300,11 PSPHOT_ERR_BASE = 3000, 12 12 PSPHOT_ERR_${ErrorCode}, 13 13 PSPHOT_ERR_NERROR -
trunk/pstamp/src/pstampErrorCodes.h.in
r16132 r23692 9 9 */ 10 10 typedef enum { 11 PSTAMP_ERR_BASE = 650,11 PSTAMP_ERR_BASE = 10000, 12 12 PSTAMP_ERR_${ErrorCode}, 13 13 PSTAMP_ERR_NERROR -
trunk/pswarp/src/pswarpErrorCodes.h.in
r21323 r23692 21 21 */ 22 22 typedef enum { 23 PSWARP_ERR_BASE = 600,23 PSWARP_ERR_BASE = 8000, 24 24 PSWARP_ERR_${ErrorCode}, 25 25 PSWARP_ERR_NERROR
Note:
See TracChangeset
for help on using the changeset viewer.
