equal
deleted
inserted
replaced
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. |