XDMSettingsUI/inc/XDMPluginContainer.h
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 22 04fe29633490
--- a/XDMSettingsUI/inc/XDMPluginContainer.h	Tue Feb 02 01:05:17 2010 +0200
+++ b/XDMSettingsUI/inc/XDMPluginContainer.h	Fri Mar 19 09:37:41 2010 +0200
@@ -25,9 +25,7 @@
 #include    <bldvariant.hrh>
 #include    <coeccntx.h>
 #include    <eikclb.h>
-#include    <eikmobs.h>
 #include    <akntitle.h>
-#include    <aknview.h>
 
 #include    "XDMPlugin.hrh"
 
@@ -47,9 +45,7 @@
 /**
 *  CXDMPluginContainer main list container class
 */
-class CXDMPluginContainer : public CCoeControl, 
-                            public MEikListBoxObserver,
-                            public MEikMenuObserver
+class CXDMPluginContainer : public CCoeControl, MEikListBoxObserver
     {
     public: // Constructors and destructor
         
@@ -122,17 +118,6 @@
         void HandleListBoxEventL(CEikListBox* aListBox, TListBoxEvent aEventType);
         
         /**
-         * From MEikMenuObserver
-         */
-        void SetEmphasis( CCoeControl* /*aMenuControl*/, TBool /*aEmphasis*/ ){};
-      
-        
-        /**
-         * From MEikMenuObserver
-         */
-        void ProcessCommandL( TInt /*aCommandId*/ ){};
-        
-        /**
         * Finds whether main list is empty
         * @return ETrue if main list is empty.
         */
@@ -222,9 +207,8 @@
       
       // Pointer to title pane, not owned
       CAknTitlePane* iTitlePane;
-      
-      // Menubar, owned
-      CEikMenuBar* iEikMenuBar;
+  
+
     };
 
 #endif //GS_XDMPLUGIN_CONTAINER_H