diff -r c8caa15ef882 -r e6a66db4e9d0 presencesettingsui/inc/psuigsplugincontainer.h --- a/presencesettingsui/inc/psuigsplugincontainer.h Tue Feb 02 01:05:17 2010 +0200 +++ b/presencesettingsui/inc/psuigsplugincontainer.h Fri Mar 19 09:37:41 2010 +0200 @@ -22,7 +22,6 @@ #define PSUIGSPLUGINCONTAINER_H // INCLUDES -#include #include // FORWARD DECLARATIONS @@ -34,8 +33,7 @@ * CPSUIGSPluginContainer container class * @since Series60_3.2 */ -class CPSUIGSPluginContainer : public CGSBaseContainer, - public MEikMenuObserver +class CPSUIGSPluginContainer : public CGSBaseContainer { public: // Constructors and destructor @@ -71,17 +69,6 @@ */ void GetHelpContext( TCoeHelpContext& aContext ) const; - /** - * From MEikMenuObserver - */ - void SetEmphasis( CCoeControl* /*aMenuControl*/, TBool /*aEmphasis*/ ){}; - - - /** - * From MEikMenuObserver - */ - void ProcessCommandL( TInt /*aCommandId*/ ){}; - private: // New /** @@ -104,16 +91,6 @@ // Handle to view CPSUIGSPlugin* iView; // not owned - - /** - * Menubar. - * Own. - */ - CEikMenuBar* iEikMenuBar; - -#ifdef _DEBUG - friend class UT_CPSUIGSPluginContainer; -#endif }; #endif //PSUIGSPLUGINCONTAINER_H