diff -r 735de8341ce4 -r 29c8f9bc68e1 vpnengine/vpncommon/inc/vpnnotifierdefs.h --- a/vpnengine/vpncommon/inc/vpnnotifierdefs.h Tue Sep 14 23:16:15 2010 +0300 +++ b/vpnengine/vpncommon/inc/vpnnotifierdefs.h Wed Sep 15 13:20:54 2010 +0300 @@ -131,7 +131,8 @@ { EUserPwd = 2000, // MUST be greater than the last value in enum TNoteDialog::TDialogId ESecurIdPin, - ESecurIdNextPin + ESecurIdNextPin, + ESecurIdCode }; }; @@ -185,7 +186,9 @@ EVpnCannotForceDeviceLock, EVpnPolicyInstalled, // Kmd related notes - EKmdAuthenticationFailed = 2000 + EKmdAuthenticationFailed = 2000, + EKmdTokenNotFound, + EKmdTokenExpired }; };