diff -r c84cf270c54f -r 92ab7f8d0eab phoneapp/phoneuivoipextension/src/cphoneextensionhandler.cpp --- a/phoneapp/phoneuivoipextension/src/cphoneextensionhandler.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuivoipextension/src/cphoneextensionhandler.cpp Fri Mar 19 09:28:42 2010 +0200 @@ -21,9 +21,12 @@ #include #include #include -#include +// <-- QT PHONE START --> +//#include +#include "phoneresourceids.h" +//#include +// <-- QT PHONE END --> #include -#include #include #include "cphoneextensionhandler.h" @@ -102,22 +105,25 @@ // CPhoneExtensionHandler::CustomizeTouchPaneButtonsL // ----------------------------------------------------------- // -void CPhoneExtensionHandler::CustomizeTouchPaneButtonsL( +// <-- QT PHONE START --> +/*void CPhoneExtensionHandler::CustomizeTouchPaneButtonsL( TUint aServiceId, RArray& aArray, MBubbleTouchPaneInterface& aTouchPane ) { __LOGMETHODSTARTEND( PhoneUIVoIPExtension, "CPhoneExtensionHandler::CustomizeTouchPaneButtonsL" ); - + + // <-- QT PHONE START --> CTelMenuExtension* interface = MenuExtensionL( aServiceId ); TPhTouchPaneWrapper wrapper( aTouchPane ); interface->ModifyExtensionsTouchPaneButtonsL( aArray, wrapper); - } - + // <-- QT PHONE END --> + }*/ +// <-- QT PHONE END --> // ----------------------------------------------------------- // CPhoneExtensionHandler::ModifyInCallMenuL