engine/inc/FeedEngine.h
changeset 69 04c6ccce8e7e
parent 63 a8538f50e2ba
child 76 223f270fa7ff
--- a/engine/inc/FeedEngine.h	Sat Apr 03 10:55:45 2010 +0100
+++ b/engine/inc/FeedEngine.h	Sat Apr 03 11:47:26 2010 +0100
@@ -78,7 +78,7 @@
 
 	void RunFeedTimer();
 	
-	IMPORT_C void UpdateFeedL(CFeedInfo *aItem);
+	IMPORT_C void UpdateFeedInfoL(CFeedInfo *aItem);
 	/**
 	 * Returns the current internal state of the feed engine4
 	 */
@@ -147,7 +147,7 @@
 	CFeedInfo *iActiveFeed;
 	TFileName iUpdatingFeedFileName;
 	TFileName iSearchResultsFileName;
-	RFeedInfoArray iFeedsUpdating;
+	RArray<TUint> iFeedsUpdating;
 	
 	// observers that will receive callbacks, not owning
     RArray<MFeedEngineObserver*> iObservers;