diff -r 6b5524b4f673 -r 38bb213f60ba phonebookui/Phonebook2/GroupExtension/inc/CPguGroupMembersView.h --- 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 #include #include -#include // 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;