application/inc/PodcastListView.h
changeset 50 e7b10d6d7ba3
parent 48 f8fd68d71cfd
parent 35 66c5303f3610
child 65 bcd88ba95046
child 243 44d205147a83
--- a/application/inc/PodcastListView.h	Fri Mar 12 00:20:10 2010 +0000
+++ b/application/inc/PodcastListView.h	Fri Mar 12 09:34:08 2010 +0000
@@ -63,7 +63,7 @@
 		void ScrollToVisible();
     	void Draw(const TRect& aRect) const;
     	
-    	void SetLongTapDetected(TBool aLongTapDetected);
+    	void SetLongTapDetectedL(TBool aLongTapDetected);
 
     	CEikFormattedCellListBox * iListbox;		
 
@@ -134,9 +134,9 @@
 		
         void RunAboutDialogL();
         void SetEmptyTextL(TInt aResourceId);
-        void ShowOkMessage(TDesC &aText);
-        void ShowErrorMessage(TDesC &aText);
-        TInt ShowQueryMessage(TDesC &aText);
+        void ShowOkMessageL(TDesC &aText);
+        void ShowErrorMessageL(TDesC &aText);
+        TInt ShowQueryMessageL(TDesC &aText);
 		void CloseToolbarExtension();
 		void ShowWaitDialogL(TDesC &aWaitText);
 		void CloseWaitDialog();