application/inc/PodcastQueueView.h
branch3rded
changeset 175 cd124c4eb6b9
parent 145 cc0182a5da39
child 186 32aedca70582
--- 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 <aknview.h>
 #include <aknlists.h> 
 #include <eiklbo.h>
-#include <AknToolbarObserver.h>
-#include <AknToolbar.h>
 #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