diff -r b4be6bc78573 -r 17da6d3a5a4b application/inc/PodcastQueueView.h --- a/application/inc/PodcastQueueView.h Thu Jun 03 16:44:35 2010 +0100 +++ b/application/inc/PodcastQueueView.h Mon Jun 21 12:04:03 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