application/inc/PodcastSearchView.h
changeset 7 a7a43293ae56
parent 2 29cda98b007e
child 13 f58e3c482bd9
--- a/application/inc/PodcastSearchView.h	Thu Feb 25 16:47:16 2010 +0000
+++ b/application/inc/PodcastSearchView.h	Thu Feb 25 17:12:04 2010 +0000
@@ -69,7 +69,7 @@
 		void FeedDownloadStartedL(TFeedState /*aState*/,TUint /*aFeedUid*/) {}		
 		void FeedDownloadFinishedL(TFeedState /*aState*/,TUint /*aFeedUid*/, TInt /*aError*/) {}
 		void FeedUpdateAllCompleteL(TFeedState /*aState*/) {}
-		void OpmlParsingComplete(TUint aNumFeedsImported);
+		void OpmlParsingComplete(TInt aError, TUint aNumFeedsImported);
 
 		/** 
 		 * Command handling function intended for overriding by sub classes.