application/inc/PodcastFeedView.h
branchRCL_3
changeset 306 a36dc474cae2
parent 292 655dbce90b70
child 311 606f4f6babf6
equal deleted inserted replaced
305:dc1c3d779802 306:a36dc474cae2
   113 		void GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode);
   113 		void GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode);
   114 		void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported);
   114 		void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported);
   115 		
   115 		
   116 	private:
   116 	private:
   117 		CPodcastModel& iPodcastModel;		
   117 		CPodcastModel& iPodcastModel;		
   118 		TBool iUpdatingRunning;
   118 		TUint iFeedUpdating;
   119 		HBufC* iFeedsFormat;
   119 		HBufC* iFeedsFormat;
   120 		HBufC* iNeverUpdated;
   120 		HBufC* iNeverUpdated;
   121 		CPodcastFeedViewUpdater* iUpdater;
   121 		CPodcastFeedViewUpdater* iUpdater;
   122 		TBool iFirstActivateAfterLaunch;
   122 		TBool iFirstActivateAfterLaunch;
   123 		TOpmlState iOpmlState;
   123 		TOpmlState iOpmlState;