presencesettingsui/inc/psuigsplugin.h
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 13 b7e70c0792e6
--- a/presencesettingsui/inc/psuigsplugin.h	Tue Feb 02 01:05:17 2010 +0200
+++ b/presencesettingsui/inc/psuigsplugin.h	Fri Mar 19 09:37:41 2010 +0200
@@ -22,7 +22,6 @@
 #define PSUIGSPLUGIN_H
 
 //  INCLUDES
-#include <eikmobs.h>
 #include <ConeResLoader.h>
 #include <gsbaseview.h>
 
@@ -40,8 +39,7 @@
 */
 class CPSUIGSPlugin : 
     public CGSBaseView,
-    public MCoeViewDeactivationObserver,
-    public MEikListBoxObserver
+    public MCoeViewDeactivationObserver
     {
     
     public: // Constructors and destructor
@@ -128,12 +126,6 @@
         void HandleViewDeactivation ( 
             const TVwsViewId& aViewIdToBeDeactivated,
             const TVwsViewId& aNewlyActivatedViewId );
-            
-        /**
-        * From MEikListBoxObserver
-        * See base class.
-        */
-        void HandleListBoxEventL(CEikListBox* aListBox, TListBoxEvent aEventType);
         
     public: // New
 
@@ -215,11 +207,6 @@
         TBool iClosing;
         // Previous view
         TVwsViewId iPSUIGSPrevViewId; 
-        
-#ifdef _DEBUG
-    friend class UT_CPSUIGSPlugin;
-    friend class UT_CPSUIGSPluginContainer;
-#endif
     };
 
 #endif // PSUIGSPLUGIN_H