diff -r d0c0c3e6f7a1 -r cc0182a5da39 application/inc/PodcastQueueView.h --- a/application/inc/PodcastQueueView.h Sat May 15 11:13:19 2010 +0100 +++ b/application/inc/PodcastQueueView.h Fri May 28 17:43:08 2010 +0100 @@ -78,6 +78,8 @@ 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