--- a/engine/inc/FeedEngine.h Thu Feb 25 16:47:16 2010 +0000
+++ b/engine/inc/FeedEngine.h Thu Feb 25 17:12:04 2010 +0000
@@ -94,7 +94,7 @@
IMPORT_C void AddSearchResultL(CFeedInfo *item);
IMPORT_C const RFeedInfoArray& GetSearchResults();
- IMPORT_C void OpmlParsingComplete(TUint aNumFeedsAdded);
+ IMPORT_C void OpmlParsingComplete(TInt aError, TUint aNumFeedsAdded);
protected:
static TInt CompareFeedsByTitle(const CFeedInfo &a, const CFeedInfo &b);
@@ -118,7 +118,7 @@
void UpdateNextFeedL();
void NotifyFeedUpdateComplete(TInt aError);
- void NotifyOpmlParsingComplete(TUint aNumFeedsAdded);
+ void NotifyOpmlParsingComplete(TInt aError, TUint aNumFeedsAdded);
private: