engine/inc/FeedInfo.h
changeset 60 bbf5c5204844
parent 58 87cb33beeae2
child 64 b52f6033af15
equal deleted inserted replaced
59:dc142c8740eb 60:bbf5c5204844
    74 	//	IMPORT_C TInt FeedIconIndex() const;
    74 	//	IMPORT_C TInt FeedIconIndex() const;
    75 //		IMPORT_C void SetFeedIconIndex(TInt aIndex);
    75 //		IMPORT_C void SetFeedIconIndex(TInt aIndex);
    76 	private:
    76 	private:
    77 		CFeedInfo();
    77 		CFeedInfo();
    78 		void ConstructL();
    78 		void ConstructL();
    79 		void ImageOperationCompleteL(TInt aError, TUint aHandle);
    79 		void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
    80 	private:
    80 	private:
    81 		HBufC* iUrl;
    81 		HBufC* iUrl;
    82 		HBufC* iTitle;
    82 		HBufC* iTitle;
    83 		HBufC* iDescription;
    83 		HBufC* iDescription;
    84 		HBufC* iImageUrl;
    84 		HBufC* iImageUrl;