engine/inc/FeedInfo.h
changeset 32 26a3f2dfba08
parent 2 29cda98b007e
child 58 87cb33beeae2
equal deleted inserted replaced
31:8a5ead064c4f 32:26a3f2dfba08
    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;