diff -r c06c2a75bb57 -r a8538f50e2ba engine/inc/FeedInfo.h --- a/engine/inc/FeedInfo.h Wed Mar 31 15:36:43 2010 +0100 +++ b/engine/inc/FeedInfo.h Wed Mar 31 16:09:11 2010 +0100 @@ -71,12 +71,12 @@ IMPORT_C CFbsBitmap* FeedIcon() const; IMPORT_C void SetFeedIcon(CFbsBitmap* aBitmapToClone); - IMPORT_C TInt FeedIconIndex() const; - IMPORT_C void SetFeedIconIndex(TInt aIndex); + // IMPORT_C TInt FeedIconIndex() const; +// IMPORT_C void SetFeedIconIndex(TInt aIndex); private: CFeedInfo(); void ConstructL(); - void ImageOperationCompleteL(TInt aError, TUint aHandle); + void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel); private: HBufC* iUrl; HBufC* iTitle; @@ -90,7 +90,6 @@ TBool iCustomTitle; TInt iLastError; CFbsBitmap* iFeedIcon; - TInt iFeedIconIndex; }; typedef RPointerArray RFeedInfoArray;