--- 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 );
}