diff -r 3321d3e205b6 -r b01126ce0bec idlehomescreen/widgetmanager/inc/wmmaincontainerview.h --- a/idlehomescreen/widgetmanager/inc/wmmaincontainerview.h Tue Sep 14 20:58:58 2010 +0300 +++ b/idlehomescreen/widgetmanager/inc/wmmaincontainerview.h Wed Sep 15 12:00:00 2010 +0300 @@ -79,15 +79,7 @@ * @see CAknView::DoActivateL */ void DoDeactivate(); - -public: // from MeikMenuObserver - - /** - * Foreground event handling function. - * @param aForeground Indicates the required focus state of the control. - */ - void HandleForegroundEventL( TBool aForeground ); - + private: CWmMainContainerView( CWmPlugin& aWmPlugin ); void ConstructL(); @@ -114,7 +106,6 @@ private: /** menu commands */ - TBool HandleOpenMenuItemSelectedL(); TBool HandleAddMenuItemSelectedL(); TBool HandleLaunchMenuItemSelectedL(); TBool HandleSearchMenuItemSelectedL(); @@ -125,6 +116,8 @@ TBool HandleDeactivateFindPaneL(); /** setup title in status pane */ void SetTitleL(); + /** setup msk icon */ + void UpdateMSKIconL(); private: /** @@ -141,7 +134,6 @@ * the plugin root (not owned) */ CWmPlugin& iWmPlugin; - }; #endif // WMMAINCONTAINERVIEW_H