diff -r 43e204e6ae2e -r e7b10d6d7ba3 application/inc/PodcastListView.h --- 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();