engine/inc/FeedEngine.h
changeset 96 a8538f50e2ba
parent 36 e010fc411ddc
parent 93 bbf5c5204844
child 102 04c6ccce8e7e
--- 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);