engine/inc/FeedInfo.h
changeset 36 e010fc411ddc
parent 32 26a3f2dfba08
child 58 87cb33beeae2
equal deleted inserted replaced
35:66c5303f3610 36:e010fc411ddc
    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);
    79 		void ImageOperationCompleteL(TInt aError, TUint aHandle);
    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;