--- a/application/inc/PodcastListView.h Thu Mar 11 20:53:00 2010 +0100
+++ b/application/inc/PodcastListView.h Tue Apr 27 19:26:48 2010 +0100
@@ -63,7 +63,7 @@
void ScrollToVisible();
void Draw(const TRect& aRect) const;
- void SetLongTapDetected(TBool aLongTapDetected);
+ void SetLongTapDetectedL(TBool aLongTapDetected);
CEikFormattedCellListBox * iListbox;
@@ -87,7 +87,8 @@
public:
~CPodcastListView();
virtual void UpdateToolbar(TBool aVisible=ETrue) = 0;
-
+ TBool IsVisible();
+
protected:
void ConstructL();
CPodcastListView();
@@ -133,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();