engine/inc/ShowEngine.h
branch3rded
changeset 343 9c56bf585696
parent 176 1c8b56cb6409
child 390 d7abecc9d189
equal deleted inserted replaced
281:1cae65a87b5e 343:9c56bf585696
   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