application/inc/PodcastListView.h
changeset 13 f58e3c482bd9
parent 2 29cda98b007e
child 26 71493655568a
--- a/application/inc/PodcastListView.h	Thu Feb 25 18:56:36 2010 +0000
+++ b/application/inc/PodcastListView.h	Thu Feb 25 20:02:27 2010 +0000
@@ -62,6 +62,7 @@
 		CEikFormattedCellListBox* Listbox();
 		void ScrollToVisible();
     	void Draw(const TRect& aRect) const;
+    	
 		CEikFormattedCellListBox * iListbox;		
 
 	protected:
@@ -81,6 +82,8 @@
     {
     public: 
         ~CPodcastListView();
+		virtual void UpdateToolbar(TBool aVisible=ETrue) = 0;
+
 	protected:
 	    void ConstructL();
 		CPodcastListView();	
@@ -145,7 +148,6 @@
 		// from MPointerListener
 		void PointerEventL(const TPointerEvent& aPointerEvent);
 
-		virtual void UpdateToolbar() = 0;
 	protected:
 		 CPodcastListContainer* iListContainer;
 		 /** Previous activated view */