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