cwCommon.h Added kLabelNotFouncRC and kDuplicateRC,
This commit is contained in:
parent
9d1170b1eb
commit
0a293ba910
@ -38,8 +38,10 @@ namespace cw
|
|||||||
kOpFailRC, // 19
|
kOpFailRC, // 19
|
||||||
kSyntaxErrorRC, // 20
|
kSyntaxErrorRC, // 20
|
||||||
kBufTooSmallRC, // 21
|
kBufTooSmallRC, // 21
|
||||||
kAssertFailRC, // 22 - used with cwLogFatal
|
kLabelNotFoundRC, // 22 - use by cwObject to indicate that an optional value does not exist.
|
||||||
kBaseAppRC // 23
|
kDuplicateRC, // 23 - an invalid duplicate was detected
|
||||||
|
kAssertFailRC, // 24 - used with cwLogFatal
|
||||||
|
kBaseAppRC // 25
|
||||||
} cwRC_t;
|
} cwRC_t;
|
||||||
|
|
||||||
typedef unsigned rc_t;
|
typedef unsigned rc_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user