--- a/engine/inc/FeedEngine.h Wed Mar 31 08:41:07 2010 +0200
+++ b/engine/inc/FeedEngine.h Wed Mar 31 14:50:33 2010 +0200
@@ -95,6 +95,7 @@
IMPORT_C const RFeedInfoArray& GetSearchResults();
IMPORT_C void OpmlParsingComplete(TInt aError, TUint aNumFeedsAdded);
+ void NotifyFeedUpdateComplete(TInt aFeedUid, TInt aError);
protected:
static TInt CompareFeedsByTitle(const CFeedInfo &a, const CFeedInfo &b);
@@ -117,7 +118,7 @@
void GetFeedImageL(CFeedInfo *aFeedInfo);
void UpdateNextFeedL();
- void NotifyFeedUpdateComplete(TInt aError);
+ void NotifyFeedUpdateComplete(TInt aError);
void NotifyOpmlParsingComplete(TInt aError, TUint aNumFeedsAdded);