cwCommon.h Added kLabelNotFouncRC and kDuplicateRC,

This commit is contained in:
kevin.larke 2020-03-31 12:47:37 -04:00
parent 9d1170b1eb
commit 0a293ba910

View File

@ -38,8 +38,10 @@ namespace cw
kOpFailRC, // 19
kSyntaxErrorRC, // 20
kBufTooSmallRC, // 21
kAssertFailRC, // 22 - used with cwLogFatal
kBaseAppRC // 23
kLabelNotFoundRC, // 22 - use by cwObject to indicate that an optional value does not exist.
kDuplicateRC, // 23 - an invalid duplicate was detected
kAssertFailRC, // 24 - used with cwLogFatal
kBaseAppRC // 25
} cwRC_t;
typedef unsigned rc_t;