vpnengine/vpncommon/inc/vpnnotifierdefs.h
branchRCL_3
changeset 46 29c8f9bc68e1
parent 0 33413c0669b9
child 49 5960d2d03390
equal deleted inserted replaced
44:735de8341ce4 46:29c8f9bc68e1
   129 public:
   129 public:
   130     enum TDialogId
   130     enum TDialogId
   131         {
   131         {
   132         EUserPwd = 2000, // MUST be greater than the last value in enum TNoteDialog::TDialogId
   132         EUserPwd = 2000, // MUST be greater than the last value in enum TNoteDialog::TDialogId
   133         ESecurIdPin,
   133         ESecurIdPin,
   134         ESecurIdNextPin        
   134         ESecurIdNextPin,
       
   135         ESecurIdCode
   135         };
   136         };
   136     };
   137     };
   137 
   138 
   138 const TUid KUidVpnDialogNotifier = {0x101F6EB7};
   139 const TUid KUidVpnDialogNotifier = {0x101F6EB7};
   139 
   140 
   183         EPolicyInstallationFailed,
   184         EPolicyInstallationFailed,
   184         EVpnWrongPKCS12Password,
   185         EVpnWrongPKCS12Password,
   185         EVpnCannotForceDeviceLock,
   186         EVpnCannotForceDeviceLock,
   186         EVpnPolicyInstalled,
   187         EVpnPolicyInstalled,
   187         // Kmd related notes
   188         // Kmd related notes
   188         EKmdAuthenticationFailed = 2000
   189         EKmdAuthenticationFailed = 2000,
       
   190         EKmdTokenNotFound,
       
   191         EKmdTokenExpired
   189         };
   192         };
   190     };
   193     };
   191 
   194 
   192 // typedefs for backward compatibility
   195 // typedefs for backward compatibility
   193 // typedef existing_type old_type
   196 // typedef existing_type old_type