equal
deleted
inserted
replaced
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; |