engine/inc/ShowEngine.h
changeset 84 fbb6c20a24b5
parent 82 c70a6524a236
equal deleted inserted replaced
82:c70a6524a236 84:fbb6c20a24b5
    86 	void FileError(TUint aError);
    86 	void FileError(TUint aError);
    87 	// from MetaDataReaderObserver
    87 	// from MetaDataReaderObserver
    88 	void ReadMetaDataL(CShowInfo& aShowInfo);
    88 	void ReadMetaDataL(CShowInfo& aShowInfo);
    89 	void ReadMetaDataCompleteL();
    89 	void ReadMetaDataCompleteL();
    90 	// from MMPXCollectionHelperObserver
    90 	// from MMPXCollectionHelperObserver
    91     void HandleAddFileCompleteL( TInt aErr ) {}  
    91     void HandleAddFileCompleteL( TInt /*aErr*/ ) {}  
    92 
    92 
    93 private:
    93 private:
    94 	CShowEngine(CPodcastModel& aPodcastModel);
    94 	CShowEngine(CPodcastModel& aPodcastModel);
    95 	void ConstructL();
    95 	void ConstructL();
    96 
    96