engine/inc/FeedEngine.h
changeset 7 a7a43293ae56
parent 2 29cda98b007e
child 32 26a3f2dfba08
child 35 66c5303f3610
--- 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: