diff -r 29c8f9bc68e1 -r 5960d2d03390 vpnui/vpndialogmanager/src/vpndialogmanager.cpp --- a/vpnui/vpndialogmanager/src/vpndialogmanager.cpp Wed Sep 15 13:20:54 2010 +0300 +++ b/vpnui/vpndialogmanager/src/vpndialogmanager.cpp Wed Oct 13 15:42:16 2010 +0300 @@ -68,10 +68,8 @@ // KMD Dialogs case TKmdDialog::EUserPwd: return shower->GetUserPwdDlgL(aNotifier, aInput); - case TKmdDialog::ESecurIdCode: + case TKmdDialog::ESecurIdPin: return shower->GetSecurIdDlgL(aNotifier, aInput); - case TKmdDialog::ESecurIdPin: - return shower->GetSecurIdPinDlgL(aNotifier, aInput); case TKmdDialog::ESecurIdNextPin: return shower->GetSecurIdNextDlgL(aNotifier, aInput); @@ -127,10 +125,6 @@ // Kmd note dialogs case TVpnNoteDialog::EKmdAuthenticationFailed: return R_KMD_CRACK_AUTH_FAILED; - case TVpnNoteDialog::EKmdTokenNotFound: - return R_KMD_TOKEN_NOT_FOUND; - case TVpnNoteDialog::EKmdTokenExpired: - return R_KMD_TOKEN_EXPIRED; default: LOG_(" Calling CVpnDialogManagerBase::GetNoteTextId()"); return CVpnDialogManager::GetNoteTextId(aNoteDialogId);