engine/inc/ShowEngine.h
branchsymbian1
changeset 336 3d6c1417e8bd
parent 148 e3f9b65d6910
child 348 bd7f3de17443
equal deleted inserted replaced
296:80f1da5ac28b 336:3d6c1417e8bd
   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