phoneapp/phoneuivoipextension/inc/cphoneextensionhandler.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuivoipextension/inc/cphoneextensionhandler.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuivoipextension/inc/cphoneextensionhandler.h	Wed Sep 01 12:30:10 2010 +0100
@@ -22,7 +22,8 @@
 // INCLUDES
 #include <telmenuextension.h>
 #include <spdefinitions.h>
- 
+#include "mphonebuttoncustomization.h"
+
 // FORWARD DECLARATIONS
 class CPhMenuExtensionWrapper;
 
@@ -44,6 +45,18 @@
          * 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.
@@ -74,7 +87,7 @@
         
         void ConstructL();
         
-    private:                
+    private:            	
         
         
         /**