phoneapp/phoneuivoipextension/src/cphoneunattendedtransfercmdhandler.cpp
changeset 53 22cc52eade9b
parent 50 377c906a8701
child 60 1eef62f5c541
equal deleted inserted replaced
52:a49bfe5190e4 53:22cc52eade9b
   236 //
   236 //
   237 void CPhoneUnattendedTransferCmdHandler::ShowWaitingAcceptanceNoteL()
   237 void CPhoneUnattendedTransferCmdHandler::ShowWaitingAcceptanceNoteL()
   238     {
   238     {
   239     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
   239     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
   240         "CPhoneUnattendedTransferCmdHandler::ShowWaitingAcceptanceNoteL" )
   240         "CPhoneUnattendedTransferCmdHandler::ShowWaitingAcceptanceNoteL" )
   241     // Show "Waiting acceptance..." note
   241     //TODO: Show "Waiting acceptance..." note
   242     TPhoneCmdParamGlobalNote globalNoteParam;
   242 //    TPhoneCmdParamGlobalNote globalNoteParam;
   243     globalNoteParam.SetType( EAknGlobalWaitNote );
   243 //    globalNoteParam.SetType( EAknGlobalWaitNote );
   244     globalNoteParam.SetTone( EAvkonSIDNoSound );
   244 //    globalNoteParam.SetTone( EAvkonSIDNoSound );
   245     globalNoteParam.SetSoftkeys( R_AVKON_SOFTKEYS_EMPTY );
   245 //    globalNoteParam.SetSoftkeys( R_AVKON_SOFTKEYS_EMPTY );
   246     globalNoteParam.SetTextResourceId( CPhoneMainResourceResolver::Instance()->
   246 //    globalNoteParam.SetTextResourceId( CPhoneMainResourceResolver::Instance()->
   247         ResolveResourceID( EPhoneVoIPWaitingAcceptanceNote ) );
   247 //        ResolveResourceID( EPhoneVoIPWaitingAcceptanceNote ) );
   248     iViewCommandHandle.ExecuteCommandL( 
   248 //    iViewCommandHandle.ExecuteCommandL( 
   249         EPhoneViewShowGlobalNote, &globalNoteParam );
   249 //        EPhoneViewShowGlobalNote, &globalNoteParam );
   250     }
   250     }