diff -r 6b5524b4f673 -r 38bb213f60ba phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExView.h --- a/phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExView.h Wed Sep 15 11:56:55 2010 +0300 +++ b/phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExView.h Wed Oct 13 14:15:33 2010 +0300 @@ -32,7 +32,6 @@ #include #include -#include // FORWARD DECLARATIONS template class CPbk2ControlContainer; @@ -71,8 +70,7 @@ public MCoeControlObserver, public MEikListBoxObserver, private MCoeForegroundObserver, - public MPbk2UIExtensionView2, - public MAknMarkingModeObserver + public MPbk2UIExtensionView2 { public: // Construction and destruction @@ -164,24 +162,6 @@ CCoeControl* aControl, TCoeEvent aEventType ); - 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; - private: // Implementation CPbk2NamesListExView( CPbk2UIExtensionView& aView, @@ -282,10 +262,8 @@ CSpbContentProvider& iContentProvider; // Not own. CCA launcher connection MCCAConnection*& iCCAConnection; - // Own: Context launcher + /// Own: Context launcher CPbk2ContextLaunch* iContextLauncher; - // Flag to indicate whether Marking mode is active - TBool iMarkingModeOn; }; #endif // CPBK2NAMESLISTEXVIEW_H