diff -r 92ab7f8d0eab -r 6bb1b21d2484 phoneapp/phonemediatorcenter/src/cphonemediatorsender.cpp --- a/phoneapp/phonemediatorcenter/src/cphonemediatorsender.cpp Fri Mar 19 09:28:42 2010 +0200 +++ b/phoneapp/phonemediatorcenter/src/cphonemediatorsender.cpp Fri Apr 16 14:58:25 2010 +0300 @@ -18,17 +18,12 @@ // INCLUDE FILES #include -// <-- QT PHONE START --> #include -// <-- QT PHONE END --> #include "phoneui.hrh" #include "cphonemediatorsender.h" #include "phonelogger.h" #include "phoneconstants.h" #include "phonemediatorpackagetypes.h" -// <-- QT PHONE START --> -//#include "mphonecoveruiobserver.h" -// <-- QT PHONE END --> #include "phoneui.pan" #include "tphonecmdparamcallheaderdata.h" #include "tphonecmdparamboolean.h" @@ -196,7 +191,7 @@ TPhoneCmdParamBoolean& booleanParam = static_cast( aCommandParam ); const TBool audioMute( booleanParam.Boolean() ); TInt response = KErrNone; -// <-- QT PHONE START --> + TInt command = -1; if( audioMute ) { @@ -236,7 +231,6 @@ KPhoneToVideotelCmdVersionMinor, KPhoneToVideotelCmdVersionBuild ); } -// <-- QT PHONE END --> } break; @@ -345,15 +339,12 @@ ResetCommandBuffer(); } } -// <-- QT PHONE START --> if( ( aDomain == KMediatorVideoTelephonyDomain ) && ( aCategory == KCatPhoneToVideotelCommands ) ) { VideoTelephonyCommandResponse( aCommandId ); } - -// <-- QT PHONE END --> } // ----------------------------------------------------------------------------- @@ -365,7 +356,6 @@ __LOGMETHODSTARTEND( EPhoneMediatorCenter, "CPhoneMediatorSender::VideoTelephonyCommandResponse( ) "); __PHONELOG1( EBasic, EPhoneMediatorCenter, "VideoTelephonyCommandResponse aCommandId = %d", aCommandId ); -// <-- QT PHONE START --> switch( aCommandId ) { @@ -377,8 +367,6 @@ default: break; } - -// <-- QT PHONE END --> } // -----------------------------------------------------------------------------