application/inc/PodcastFeedView.h
changeset 163 f94dbd678dda
parent 117 3b59b88b089e
child 207 9fef0425017e
equal deleted inserted replaced
162:d15654dbe9b8 163:f94dbd678dda
   111 		void GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode);
   111 		void GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode);
   112 		void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported);
   112 		void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported);
   113 
   113 
   114 	private:
   114 	private:
   115 		CPodcastModel& iPodcastModel;		
   115 		CPodcastModel& iPodcastModel;		
   116 		TBool iUpdatingAllRunning;
   116 		TBool iUpdatingRunning;
   117 		HBufC* iFeedsFormat;
   117 		HBufC* iFeedsFormat;
   118 		HBufC* iNeverUpdated;
   118 		HBufC* iNeverUpdated;
   119 		CPodcastFeedViewUpdater* iUpdater;
   119 		CPodcastFeedViewUpdater* iUpdater;
   120 		TBool iFirstActivateAfterLaunch;
   120 		TBool iFirstActivateAfterLaunch;
   121 		TOpmlState iOpmlState;
   121 		TOpmlState iOpmlState;