diff -r c06c2a75bb57 -r a8538f50e2ba engine/inc/FeedEngine.h --- 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);