equal
deleted
inserted
replaced
106 void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {} |
106 void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {} |
107 void HandleSetShowPlayed(TBool aPlayed); |
107 void HandleSetShowPlayed(TBool aPlayed); |
108 void HandleDeleteShow(); |
108 void HandleDeleteShow(); |
109 void UpdateViewTitleL(); |
109 void UpdateViewTitleL(); |
110 void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode); |
110 void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode); |
|
111 void HandleDownloadAllL(); |
111 |
112 |
112 protected: |
113 protected: |
113 |
114 |
114 CPodcastModel& iPodcastModel; |
115 CPodcastModel& iPodcastModel; |
115 TBool iProgressAdded; |
116 TBool iProgressAdded; |
116 TInt iLastImageHandlerError; |
117 TInt iLastImageHandlerError; |
117 TBool iSetTitlebarImage; |
118 TBool iSetTitlebarImage; |
|
119 TBool iShowNewShows; |
118 }; |
120 }; |
119 |
121 |
120 #endif // PODCASTSHOWSVIEWH |
122 #endif // PODCASTSHOWSVIEWH |
121 |
123 |
122 |
124 |