vpnengine/vpncommon/inc/vpnnotifierdefs.h
branchRCL_3
changeset 49 5960d2d03390
parent 46 29c8f9bc68e1
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
   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
       
   136         };
   135         };
   137     };
   136     };
   138 
   137 
   139 const TUid KUidVpnDialogNotifier = {0x101F6EB7};
   138 const TUid KUidVpnDialogNotifier = {0x101F6EB7};
   140 
   139 
   184         EPolicyInstallationFailed,
   183         EPolicyInstallationFailed,
   185         EVpnWrongPKCS12Password,
   184         EVpnWrongPKCS12Password,
   186         EVpnCannotForceDeviceLock,
   185         EVpnCannotForceDeviceLock,
   187         EVpnPolicyInstalled,
   186         EVpnPolicyInstalled,
   188         // Kmd related notes
   187         // Kmd related notes
   189         EKmdAuthenticationFailed = 2000,
   188         EKmdAuthenticationFailed = 2000
   190         EKmdTokenNotFound,
       
   191         EKmdTokenExpired
       
   192         };
   189         };
   193     };
   190     };
   194 
   191 
   195 // typedefs for backward compatibility
   192 // typedefs for backward compatibility
   196 // typedef existing_type old_type
   193 // typedef existing_type old_type