--- a/application/inc/PodcastListView.h Sun Feb 28 20:09:49 2010 +0000
+++ b/application/inc/PodcastListView.h Sun Feb 28 21:19:40 2010 +0000
@@ -63,7 +63,9 @@
void ScrollToVisible();
void Draw(const TRect& aRect) const;
- CEikFormattedCellListBox * iListbox;
+ void SetLongTapDetected(TBool aLongTapDetected);
+
+ CEikFormattedCellListBox * iListbox;
protected:
TTypeUid::Ptr MopSupplyObject( TTypeUid aId );
@@ -73,6 +75,8 @@
MKeyEventListener* iKeyEventListener;
MPointerListener* iPointerListener;
CAknsBasicBackgroundControlContext* iBgContext;
+ TBool iLongTapDetected;
+
};