application/inc/PodcastListView.h
branch3rded
changeset 176 1c8b56cb6409
parent 175 cd124c4eb6b9
child 343 9c56bf585696
equal deleted inserted replaced
175:cd124c4eb6b9 176:1c8b56cb6409
   116 		* Default implementation is empty.  
   116 		* Default implementation is empty.  
   117 		* @param aCommand ID of the command to respond to. 
   117 		* @param aCommand ID of the command to respond to. 
   118 		*/
   118 		*/
   119 		void HandleCommandL(TInt aCommand);
   119 		void HandleCommandL(TInt aCommand);
   120 
   120 
   121 		void OfferToolbarEventL(TInt aCommand);
       
   122 		void DynInitToolbarL (TInt aResourceId, CAknToolbar *aToolbar);
       
   123 
       
   124 		virtual void UpdateListboxItemsL() = 0;
   121 		virtual void UpdateListboxItemsL() = 0;
   125 		
   122 		
   126         void RunAboutDialogL();
   123         void RunAboutDialogL();
   127         void SetEmptyTextL(TInt aResourceId);
   124         void SetEmptyTextL(TInt aResourceId);
   128         void ShowOkMessageL(TDesC &aText);
   125         void ShowOkMessageL(TDesC &aText);