engine/inc/PodcastModel.h
changeset 32 26a3f2dfba08
parent 8 aab3aa4acdd6
child 36 e010fc411ddc
child 60 bbf5c5204844
equal deleted inserted replaced
31:8a5ead064c4f 32:26a3f2dfba08
   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);
   105 	void ImageOperationCompleteL(TInt aError, TUint aHandle);
   106 private:	
   106 private:	
   107    CShowInfo* iPlayingPodcast;
   107    CShowInfo* iPlayingPodcast;
   108    
   108    
   109    CFeedEngine* iFeedEngine;
   109    CFeedEngine* iFeedEngine;
   110    CShowEngine* iShowEngine;
   110    CShowEngine* iShowEngine;