diff -r 982b1ad423f4 -r cd124c4eb6b9 application/inc/PodcastQueueView.h --- a/application/inc/PodcastQueueView.h Fri Jul 09 23:00:03 2010 +0100 +++ b/application/inc/PodcastQueueView.h Fri Jul 09 23:58:47 2010 +0100 @@ -22,8 +22,6 @@ #include #include #include -#include -#include #include "ShowEngine.h" #include "FeedEngine.h" #include "PodcastModel.h" @@ -36,7 +34,6 @@ static CPodcastQueueView* NewL(CPodcastModel& aPodcastModel); static CPodcastQueueView* NewLC(CPodcastModel& aPodcastModel); ~CPodcastQueueView(); - void UpdateToolbar(TBool aVisible=ETrue); protected: void ConstructL(); CPodcastQueueView(CPodcastModel& aPodcastModel); @@ -78,8 +75,6 @@ void HandleCommandL(TInt aCommand); TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType); void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); - - virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation); }; #endif