engine/inc/PodcastModel.h
changeset 60 bbf5c5204844
parent 32 26a3f2dfba08
child 63 a8538f50e2ba
equal deleted inserted replaced
59:dc142c8740eb 60:bbf5c5204844
   100 	IMPORT_C CImageHandler& ImageHandler();
   100 	IMPORT_C CImageHandler& ImageHandler();
   101 protected:
   101 protected:
   102 	CPodcastModel();
   102 	CPodcastModel();
   103 	void ConstructL();
   103 	void ConstructL();
   104 	// From ImageHandler
   104 	// From ImageHandler
   105 	void ImageOperationCompleteL(TInt aError, TUint aHandle);
   105 	void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
   106 private:	
   106 private:	
   107    CShowInfo* iPlayingPodcast;
   107    CShowInfo* iPlayingPodcast;
   108    
   108    
   109    CFeedEngine* iFeedEngine;
   109    CFeedEngine* iFeedEngine;
   110    CShowEngine* iShowEngine;
   110    CShowEngine* iShowEngine;