--- a/engine/inc/FeedEngine.h Wed Mar 31 15:36:43 2010 +0100
+++ b/engine/inc/FeedEngine.h Wed Mar 31 16:09:11 2010 +0100
@@ -95,6 +95,7 @@
IMPORT_C const RFeedInfoArray& GetSearchResults();
IMPORT_C void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsAdded);
+ void NotifyFeedUpdateComplete(TInt aFeedUid, TInt aError);
protected:
static TInt CompareFeedsByTitle(const CFeedInfo &a, const CFeedInfo &b);
@@ -117,7 +118,6 @@
void GetFeedImageL(CFeedInfo *aFeedInfo);
void UpdateNextFeedL();
- void NotifyFeedUpdateCompleteL(TInt aError);
void NotifyOpmlParsingCompleteL(TInt aError, TUint aNumFeedsAdded);