equal
deleted
inserted
replaced
145 CHttpClient* iShowClient; |
145 CHttpClient* iShowClient; |
146 |
146 |
147 CPodcastModel& iPodcastModel; |
147 CPodcastModel& iPodcastModel; |
148 |
148 |
149 // observers that will receive callbacks |
149 // observers that will receive callbacks |
150 RArray<MShowEngineObserver*> iObservers; |
150 RArray<MShowEngineObserver*> iObservers; |
151 |
151 |
152 // The show we are currently downloading |
152 // The show we are currently downloading |
153 CShowInfo* iShowDownloading; |
153 CShowInfo* iShowDownloading; |
154 TUint iDownloadErrors; |
154 TUint iDownloadErrors; |
155 |
155 |