vpnui/vpndialogmanager/src/vpndialogmanager.cpp
branchRCL_3
changeset 49 5960d2d03390
parent 46 29c8f9bc68e1
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
    66                 return shower->GetDevLockConfirmationDlgL(aNotifier, aInput);
    66                 return shower->GetDevLockConfirmationDlgL(aNotifier, aInput);
    67 
    67 
    68             // KMD Dialogs
    68             // KMD Dialogs
    69             case TKmdDialog::EUserPwd:
    69             case TKmdDialog::EUserPwd:
    70                 return shower->GetUserPwdDlgL(aNotifier, aInput);
    70                 return shower->GetUserPwdDlgL(aNotifier, aInput);
    71             case TKmdDialog::ESecurIdCode:
    71             case TKmdDialog::ESecurIdPin:
    72                 return shower->GetSecurIdDlgL(aNotifier, aInput);
    72                 return shower->GetSecurIdDlgL(aNotifier, aInput);
    73             case TKmdDialog::ESecurIdPin:
       
    74                 return shower->GetSecurIdPinDlgL(aNotifier, aInput);
       
    75             case TKmdDialog::ESecurIdNextPin:
    73             case TKmdDialog::ESecurIdNextPin:
    76                 return shower->GetSecurIdNextDlgL(aNotifier, aInput);
    74                 return shower->GetSecurIdNextDlgL(aNotifier, aInput);
    77 
    75 
    78             default:
    76             default:
    79                 LOG_(" Default case, return NULL");
    77                 LOG_(" Default case, return NULL");
   125         case TVpnNoteDialog::EVpnWrongPKCS12Password:
   123         case TVpnNoteDialog::EVpnWrongPKCS12Password:
   126             return R_VPN_STR_WRONG_PKCS12_PASSWORD_STR;
   124             return R_VPN_STR_WRONG_PKCS12_PASSWORD_STR;
   127         // Kmd note dialogs
   125         // Kmd note dialogs
   128         case TVpnNoteDialog::EKmdAuthenticationFailed:
   126         case TVpnNoteDialog::EKmdAuthenticationFailed:
   129         	return R_KMD_CRACK_AUTH_FAILED;
   127         	return R_KMD_CRACK_AUTH_FAILED;
   130         case TVpnNoteDialog::EKmdTokenNotFound:
       
   131             return R_KMD_TOKEN_NOT_FOUND;
       
   132         case TVpnNoteDialog::EKmdTokenExpired:
       
   133             return R_KMD_TOKEN_EXPIRED;
       
   134         default:
   128         default:
   135             LOG_(" Calling CVpnDialogManagerBase::GetNoteTextId()");
   129             LOG_(" Calling CVpnDialogManagerBase::GetNoteTextId()");
   136             return CVpnDialogManager::GetNoteTextId(aNoteDialogId);
   130             return CVpnDialogManager::GetNoteTextId(aNoteDialogId);
   137         }
   131         }
   138     }
   132     }