application/inc/PodcastFeedView.h
branchsymbian1
changeset 164 000f9fc147b2
parent 65 bcd88ba95046
child 175 cd124c4eb6b9
child 210 e82411ba1646
equal deleted inserted replaced
161:ce4f70a6d1d2 164:000f9fc147b2
   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;