vpnui/vpndialogmanager/src/vpndialogmanager.cpp
branchRCL_3
changeset 46 29c8f9bc68e1
parent 0 33413c0669b9
child 49 5960d2d03390
equal deleted inserted replaced
44:735de8341ce4 46:29c8f9bc68e1
    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:
       
    72                 return shower->GetSecurIdDlgL(aNotifier, aInput);
    71             case TKmdDialog::ESecurIdPin:
    73             case TKmdDialog::ESecurIdPin:
    72                 return shower->GetSecurIdDlgL(aNotifier, aInput);
    74                 return shower->GetSecurIdPinDlgL(aNotifier, aInput);
    73             case TKmdDialog::ESecurIdNextPin:
    75             case TKmdDialog::ESecurIdNextPin:
    74                 return shower->GetSecurIdNextDlgL(aNotifier, aInput);
    76                 return shower->GetSecurIdNextDlgL(aNotifier, aInput);
    75 
    77 
    76             default:
    78             default:
    77                 LOG_(" Default case, return NULL");
    79                 LOG_(" Default case, return NULL");
   123         case TVpnNoteDialog::EVpnWrongPKCS12Password:
   125         case TVpnNoteDialog::EVpnWrongPKCS12Password:
   124             return R_VPN_STR_WRONG_PKCS12_PASSWORD_STR;
   126             return R_VPN_STR_WRONG_PKCS12_PASSWORD_STR;
   125         // Kmd note dialogs
   127         // Kmd note dialogs
   126         case TVpnNoteDialog::EKmdAuthenticationFailed:
   128         case TVpnNoteDialog::EKmdAuthenticationFailed:
   127         	return R_KMD_CRACK_AUTH_FAILED;
   129         	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;
   128         default:
   134         default:
   129             LOG_(" Calling CVpnDialogManagerBase::GetNoteTextId()");
   135             LOG_(" Calling CVpnDialogManagerBase::GetNoteTextId()");
   130             return CVpnDialogManager::GetNoteTextId(aNoteDialogId);
   136             return CVpnDialogManager::GetNoteTextId(aNoteDialogId);
   131         }
   137         }
   132     }
   138     }