engine/inc/FeedEngine.h
changeset 93 bbf5c5204844
parent 32 26a3f2dfba08
child 96 a8538f50e2ba
--- 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);