application/inc/PodcastListView.h
branchRCL_3
changeset 302 cf14797d0023
parent 243 44d205147a83
child 313 0f30a75610de
equal deleted inserted replaced
301:f5af16df2425 302:cf14797d0023
   115 		/** 
   115 		/** 
   116 		* Command handling function intended for overriding by sub classes. 
   116 		* Command handling function intended for overriding by sub classes. 
   117 		* Default implementation is empty.  
   117 		* Default implementation is empty.  
   118 		* @param aCommand ID of the command to respond to. 
   118 		* @param aCommand ID of the command to respond to. 
   119 		*/
   119 		*/
   120 		void HandleCommandL(TInt aCommand);
   120 		virtual void HandleCommandL(TInt aCommand);
   121 
   121 
   122 		void OfferToolbarEventL(TInt aCommand);
   122 		void OfferToolbarEventL(TInt aCommand);
   123 		void DynInitToolbarL (TInt aResourceId, CAknToolbar *aToolbar);
   123 		void DynInitToolbarL (TInt aResourceId, CAknToolbar *aToolbar);
   124 
   124 
   125 		virtual void UpdateListboxItemsL() = 0;
   125 		virtual void UpdateListboxItemsL() = 0;