phoneapp/phoneuivoipextension/src/cphoneextensionhandler.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    19 
    19 
    20 #include <eikmenup.h>
    20 #include <eikmenup.h>
    21 #include <spsettings.h>
    21 #include <spsettings.h>
    22 #include <spentry.h>
    22 #include <spentry.h>
    23 #include <spproperty.h>
    23 #include <spproperty.h>
    24 #include <phoneui.rsg>
    24 // <-- QT PHONE START --> 
       
    25 //#include <phoneui.rsg>
       
    26 #include "phoneresourceids.h"
       
    27 //#include <phoneuivoip.rsg>
       
    28 // <-- QT PHONE END --> 
    25 #include <avkon.rsg>
    29 #include <avkon.rsg>
    26 #include <phoneuivoip.rsg>
       
    27 #include <StringLoader.h>
    30 #include <StringLoader.h>
    28 
    31 
    29 #include "cphoneextensionhandler.h"
    32 #include "cphoneextensionhandler.h"
    30 #include "cphonemainresourceresolver.h"
    33 #include "cphonemainresourceresolver.h"
    31 #include "cphonelogger.h"
    34 #include "cphonelogger.h"
   100 
   103 
   101 // -----------------------------------------------------------
   104 // -----------------------------------------------------------
   102 // CPhoneExtensionHandler::CustomizeTouchPaneButtonsL
   105 // CPhoneExtensionHandler::CustomizeTouchPaneButtonsL
   103 // -----------------------------------------------------------
   106 // -----------------------------------------------------------
   104 //
   107 //
   105 void CPhoneExtensionHandler::CustomizeTouchPaneButtonsL(
   108 // <-- QT PHONE START --> 
       
   109 /*void CPhoneExtensionHandler::CustomizeTouchPaneButtonsL(
   106         TUint aServiceId,
   110         TUint aServiceId,
   107         RArray<CTelMenuExtension::TCallInfo>& aArray,
   111         RArray<CTelMenuExtension::TCallInfo>& aArray,
   108         MBubbleTouchPaneInterface& aTouchPane )
   112         MBubbleTouchPaneInterface& aTouchPane )
   109     {
   113     {
   110     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
   114     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
   111         "CPhoneExtensionHandler::CustomizeTouchPaneButtonsL" );
   115         "CPhoneExtensionHandler::CustomizeTouchPaneButtonsL" );
   112     
   116 
       
   117     // <-- QT PHONE START -->
   113     CTelMenuExtension* interface = MenuExtensionL( aServiceId );
   118     CTelMenuExtension* interface = MenuExtensionL( aServiceId );
   114     
   119     
   115     TPhTouchPaneWrapper wrapper( aTouchPane );    
   120     TPhTouchPaneWrapper wrapper( aTouchPane );    
   116     interface->ModifyExtensionsTouchPaneButtonsL(
   121     interface->ModifyExtensionsTouchPaneButtonsL(
   117         aArray,
   122         aArray,
   118         wrapper);
   123         wrapper);
   119     }
   124     // <-- QT PHONE END -->
   120 
   125     }*/
       
   126 // <-- QT PHONE END --> 
   121 
   127 
   122 // -----------------------------------------------------------
   128 // -----------------------------------------------------------
   123 // CPhoneExtensionHandler::ModifyInCallMenuL
   129 // CPhoneExtensionHandler::ModifyInCallMenuL
   124 // -----------------------------------------------------------
   130 // -----------------------------------------------------------
   125 //
   131 //