phonebookui/Phonebook2/GroupExtension/inc/CPguGroupMembersView.h
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
--- a/phonebookui/Phonebook2/GroupExtension/inc/CPguGroupMembersView.h	Wed Sep 15 11:56:55 2010 +0300
+++ b/phonebookui/Phonebook2/GroupExtension/inc/CPguGroupMembersView.h	Wed Oct 13 14:15:33 2010 +0300
@@ -24,7 +24,6 @@
 #include <vwsdef.h>
 #include <MPbk2UIExtensionView.h>
 #include <eiklbo.h>
-#include <aknmarkingmodeobserver.h>
 
 // FORWARD DECLARATIONS
 class CPbk2UIExtensionView;
@@ -83,8 +82,7 @@
 class CPguGroupMembersView : public CBase,
                              public MPbk2UIExtensionView,
                              public MEikListBoxObserver,
-                             private MPbk2GroupMembersViewActivationCallback,
-                             public MAknMarkingModeObserver 
+                             private MPbk2GroupMembersViewActivationCallback
                              
 
     {
@@ -127,23 +125,6 @@
                 const TPoint& aPenEventLocation,
                 const TPoint& aPenEventScreenLocation );
 
-    public: // From MAknMarkingModeObserver 
-            
-        /**
-         * This method is called when marking mode is activated or deactivated.
-         * 
-         * @param aActivated @c ETrue if marking mode was activate, @c EFalse
-         *                   if marking mode was deactivated.
-         */
-        void MarkingModeStatusChanged( TBool aActivated );
-
-        /**
-         * This method is called just before marking mode is closed. Client can 
-         * either accept or decline closing.
-         * 
-         * @return @c ETrue if marking mode should be closed, otherwise @c EFalse.
-         */
-        TBool ExitMarkingMode() const;
 
     protected: 
         // from MEikListBoxObserver
@@ -171,6 +152,7 @@
         void ReturnToPreviousViewL() const;
         void ShowContextMenuL();
 
+
     private: // Data
         /// Ref: View that contains this extension view
         CPbk2UIExtensionView& iView;