phoneapp/phoneuivoipextension/inc/cphoneextensionhandler.h
branchRCL_3
changeset 61 41a7f70b3818
parent 0 5f000ab63145
child 62 5266b1f337bd
--- a/phoneapp/phoneuivoipextension/inc/cphoneextensionhandler.h	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuivoipextension/inc/cphoneextensionhandler.h	Tue Aug 31 15:14:29 2010 +0300
@@ -22,8 +22,7 @@
 // INCLUDES
 #include <telmenuextension.h>
 #include <spdefinitions.h>
-#include "mphonebuttoncustomization.h"
-
+ 
 // FORWARD DECLARATIONS
 class CPhMenuExtensionWrapper;
 
@@ -45,18 +44,6 @@
          * Creates the extension handler class
          */
         static CPhoneExtensionHandler* NewL();
-        
-        /**
-         * Customizes touch pane buttons.
-         * @param aServiceId Service id of the call.
-         * @param aArray Active call array
-         * @param aTouchPane Interface to add and dimm
-         *                   bubble touch pane buttons.
-         */
-        void CustomizeTouchPaneButtonsL(
-                TUint aServiceId,
-                RArray<CTelMenuExtension::TCallInfo>& aArray,
-                MBubbleTouchPaneInterface& aTouchPane );
                         
         /**
          * Modifies menu when there is active call.
@@ -87,7 +74,7 @@
         
         void ConstructL();
         
-    private:            	
+    private:                
         
         
         /**