diff -r e686773b3f54 -r 04ab22b956c2 phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExView.h --- a/phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExView.h Tue Feb 02 10:12:17 2010 +0200 +++ b/phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExView.h Fri Feb 19 22:40:27 2010 +0200 @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -50,7 +51,6 @@ class CPbk2ContactUiControlProxy; class CAknStylusPopUpMenu; class CPbk2MyCard; -class CPbk2ThumbnailManager; class CSpbContentProvider; class CPbk2ContextLaunch; @@ -69,7 +69,8 @@ public MAknToolbarObserver, public MCoeControlObserver, public MEikListBoxObserver, - private MCoeForegroundObserver + private MCoeForegroundObserver, + public MPbk2UIExtensionView2 { public: // Construction and destruction @@ -114,6 +115,7 @@ void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation); + TAny* UIExtensionViewExtension( TUid aExtensionUid ); protected: // from MEikListBoxObserver @@ -255,8 +257,6 @@ // application is back in the foreground. TBool iNeedSetFocus; - // Own: thumnail manager for social phonebook - CPbk2ThumbnailManager* iThumbManager; // REF: content provider CSpbContentProvider& iContentProvider; // Not own. CCA launcher connection