cwCommon.h : Added kDataCorruptRC.
This commit is contained in:
parent
f68e98082c
commit
ce55c64a3b
@ -47,7 +47,8 @@ namespace cw
|
||||
kInvalidStateRC, // 28
|
||||
kTypeMismatchRC, // 29
|
||||
kNotImplementedRC, // 30
|
||||
kBaseAppRC // 31
|
||||
kDataCorruptRC, // 31
|
||||
kBaseAppRC // 32
|
||||
} cwRC_t;
|
||||
|
||||
typedef unsigned rc_t;
|
||||
|
Loading…
Reference in New Issue
Block a user