application/inc/PodcastShowsView.h
changeset 7 a7a43293ae56
parent 5 ba42cd6670b8
child 13 f58e3c482bd9
equal deleted inserted replaced
6:e211a78d3037 7:a7a43293ae56
    79 	void ShowDownloadFinishedL(TUint aShowUid, TInt aError) ;
    79 	void ShowDownloadFinishedL(TUint aShowUid, TInt aError) ;
    80 	// from MFeedEngineObserver
    80 	// from MFeedEngineObserver
    81 	void FeedDownloadStartedL(TFeedState aState,TUint aFeedUid);
    81 	void FeedDownloadStartedL(TFeedState aState,TUint aFeedUid);
    82 	void FeedDownloadFinishedL(TFeedState aState,TUint aFeedUid, TInt aError);
    82 	void FeedDownloadFinishedL(TFeedState aState,TUint aFeedUid, TInt aError);
    83 	void FeedUpdateAllCompleteL(TFeedState aState);
    83 	void FeedUpdateAllCompleteL(TFeedState aState);
    84 	void OpmlParsingComplete(TUint /*aNumFeedsImported*/) {}
    84 	void OpmlParsingComplete(TInt /*aError*/, TUint /*aNumFeedsImported*/) {}
    85 
    85 
    86 	/** 
    86 	/** 
    87 	 * Command handling function intended for overriding by sub classes. 
    87 	 * Command handling function intended for overriding by sub classes. 
    88 	 * Default implementation is empty.  
    88 	 * Default implementation is empty.  
    89 	 * @param aCommand ID of the command to respond to. 
    89 	 * @param aCommand ID of the command to respond to.