--- a/phoneapp/phoneuicontrol/inc/mphonesystemevents.h Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/mphonesystemevents.h Tue Aug 31 15:14:29 2010 +0300
@@ -39,26 +39,6 @@
virtual ~MPhoneSystemEvents(){};
/**
- * 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;
@@ -85,6 +65,11 @@
virtual void HandleIdleForegroundEventL() = 0;
/**
+ * Indicates when the keylock events
+ */
+ virtual void HandleKeyLockEnabled( TBool aKeylockEnabled ) = 0;
+
+ /**
* Handle environment changes.
* @param aChanges environment changes which may be reported by
* a change notifier through the RChangeNotifier interface.