Added an unsupported enum value for documentation reasons
This commit is contained in:
parent
10c2dc10dc
commit
c1623fd5dc
@ -79,6 +79,9 @@ enum pincode_state {
|
|||||||
PINCODE_EXPIRED = 3,
|
PINCODE_EXPIRED = 3,
|
||||||
PINCODE_NEW = 4,
|
PINCODE_NEW = 4,
|
||||||
PINCODE_ILLEGAL = 5,
|
PINCODE_ILLEGAL = 5,
|
||||||
|
#if 0
|
||||||
|
PINCODE_KSSN = 6, // Not supported since we do not store KSSN
|
||||||
|
#endif
|
||||||
PINCODE_PASSED = 7,
|
PINCODE_PASSED = 7,
|
||||||
PINCODE_WRONG = 8,
|
PINCODE_WRONG = 8,
|
||||||
PINCODE_MAXSTATE
|
PINCODE_MAXSTATE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user