phoneapp/phoneuicontrol/inc/mphonesystemeventhandler.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuicontrol/inc/mphonesystemeventhandler.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/mphonesystemeventhandler.h	Wed Sep 01 12:30:10 2010 +0100
@@ -38,6 +38,26 @@
         virtual ~MPhoneSystemEventHandler(){};
 
         /**
+        * From CAknAppUi, initialise a menupane (dynamic).
+        *
+        * @param aResourceId It is the resource id for the pane.
+        * @param aMenuPane It is the menu pane corresponding to the resource.
+        */
+        virtual void DynInitMenuPaneL( 
+            TInt aResourceId, 
+            CEikMenuPane* aMenuPane ) = 0;
+
+        /**
+        * From CAknAppUi, initialise a menubar (dynamic).
+        *
+        * @param aResourceId It is the resource id for the bar.
+        * @param aMenuBar It is the menu bar corresponding to the resource.
+        */
+        virtual void DynInitMenuBarL( 
+            TInt aResourceId, 
+            CEikMenuBar* aMenuBar ) = 0;
+
+        /**
         * From CEikAppUi. For Idle indicator
         */
         virtual void HandleSystemEventL( const TWsEvent& aEvent ) = 0;
@@ -75,11 +95,6 @@
         */
         virtual void HandlePhoneStartupL() = 0;
 
-        /**
-        * Indicates when the keylock events
-        */
-        virtual void HandleKeyLockEnabled( TBool aKeylockEnabled ) = 0;
-        
     };
 
 #endif      // __MPHONESYSTEMEVENTHANDLER_H