vpnengine/vpncommon/inc/vpnnotifierdefs.h
branchRCL_3
changeset 46 29c8f9bc68e1
parent 0 33413c0669b9
child 49 5960d2d03390
--- 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
         };
     };