phoneapp/phoneuivoipextension/src/cphoneunattendedtransfercmdhandler.cpp
changeset 53 22cc52eade9b
parent 50 377c906a8701
child 60 1eef62f5c541
--- a/phoneapp/phoneuivoipextension/src/cphoneunattendedtransfercmdhandler.cpp	Fri Jul 23 12:55:58 2010 +0300
+++ b/phoneapp/phoneuivoipextension/src/cphoneunattendedtransfercmdhandler.cpp	Fri Aug 06 13:16:44 2010 +0300
@@ -238,13 +238,13 @@
     {
     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
         "CPhoneUnattendedTransferCmdHandler::ShowWaitingAcceptanceNoteL" )
-    // Show "Waiting acceptance..." note
-    TPhoneCmdParamGlobalNote globalNoteParam;
-    globalNoteParam.SetType( EAknGlobalWaitNote );
-    globalNoteParam.SetTone( EAvkonSIDNoSound );
-    globalNoteParam.SetSoftkeys( R_AVKON_SOFTKEYS_EMPTY );
-    globalNoteParam.SetTextResourceId( CPhoneMainResourceResolver::Instance()->
-        ResolveResourceID( EPhoneVoIPWaitingAcceptanceNote ) );
-    iViewCommandHandle.ExecuteCommandL( 
-        EPhoneViewShowGlobalNote, &globalNoteParam );
+    //TODO: Show "Waiting acceptance..." note
+//    TPhoneCmdParamGlobalNote globalNoteParam;
+//    globalNoteParam.SetType( EAknGlobalWaitNote );
+//    globalNoteParam.SetTone( EAvkonSIDNoSound );
+//    globalNoteParam.SetSoftkeys( R_AVKON_SOFTKEYS_EMPTY );
+//    globalNoteParam.SetTextResourceId( CPhoneMainResourceResolver::Instance()->
+//        ResolveResourceID( EPhoneVoIPWaitingAcceptanceNote ) );
+//    iViewCommandHandle.ExecuteCommandL( 
+//        EPhoneViewShowGlobalNote, &globalNoteParam );
     }