--- 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