equal
deleted
inserted
replaced
69 IMPORT_C TInt LastError() const; |
69 IMPORT_C TInt LastError() const; |
70 |
70 |
71 IMPORT_C CFbsBitmap* FeedIcon() const; |
71 IMPORT_C CFbsBitmap* FeedIcon() const; |
72 IMPORT_C void SetFeedIcon(CFbsBitmap* aBitmapToClone); |
72 IMPORT_C void SetFeedIcon(CFbsBitmap* aBitmapToClone); |
73 |
73 |
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; |
88 TTime iLastUpdated; |
88 TTime iLastUpdated; |
89 TUint iUid; |
89 TUint iUid; |
90 TBool iCustomTitle; |
90 TBool iCustomTitle; |
91 TInt iLastError; |
91 TInt iLastError; |
92 CFbsBitmap* iFeedIcon; |
92 CFbsBitmap* iFeedIcon; |
93 TInt iFeedIconIndex; |
|
94 }; |
93 }; |
95 |
94 |
96 typedef RPointerArray<CFeedInfo> RFeedInfoArray; |
95 typedef RPointerArray<CFeedInfo> RFeedInfoArray; |
97 |
96 |
98 #endif |
97 #endif |