equal
deleted
inserted
replaced
98 IMPORT_C CImageHandler& ImageHandler(); |
98 IMPORT_C CImageHandler& ImageHandler(); |
99 protected: |
99 protected: |
100 CPodcastModel(); |
100 CPodcastModel(); |
101 void ConstructL(); |
101 void ConstructL(); |
102 // From ImageHandler |
102 // From ImageHandler |
103 void ImageOperationCompleteL(TInt aError, TUint aHandle); |
103 void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel); |
104 private: |
104 private: |
105 CShowInfo* iPlayingPodcast; |
105 CShowInfo* iPlayingPodcast; |
106 |
106 |
107 CFeedEngine* iFeedEngine; |
107 CFeedEngine* iFeedEngine; |
108 CShowEngine* iShowEngine; |
108 CShowEngine* iShowEngine; |