application/inc/PodcastListView.h
changeset 26 71493655568a
parent 13 f58e3c482bd9
child 35 66c5303f3610
child 48 f8fd68d71cfd
child 60 4d230e702aa3
--- 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;
+
 	};