engine/inc/PodcastModel.h
changeset 63 a8538f50e2ba
parent 44 f6f9647922ba
parent 60 bbf5c5204844
child 76 223f270fa7ff
equal deleted inserted replaced
62:c06c2a75bb57 63:a8538f50e2ba
    98 	IMPORT_C CImageHandler& ImageHandler();
    98 	IMPORT_C CImageHandler& ImageHandler();
    99 protected:
    99 protected:
   100 	CPodcastModel();
   100 	CPodcastModel();
   101 	void ConstructL();
   101 	void ConstructL();
   102 	// From ImageHandler
   102 	// From ImageHandler
   103 	void ImageOperationCompleteL(TInt aError, TUint aHandle);
   103 	void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
   104 private:	
   104 private:	
   105    CShowInfo* iPlayingPodcast;
   105    CShowInfo* iPlayingPodcast;
   106    
   106    
   107    CFeedEngine* iFeedEngine;
   107    CFeedEngine* iFeedEngine;
   108    CShowEngine* iShowEngine;
   108    CShowEngine* iShowEngine;