engine/inc/PodcastModel.h
changeset 83 a2e43aa1ad11
parent 80 50345a6ad0c3
child 98 5f9e7e14eb11
--- a/engine/inc/PodcastModel.h	Sun Apr 04 21:47:56 2010 +0100
+++ b/engine/inc/PodcastModel.h	Mon Apr 05 11:33:41 2010 +0100
@@ -29,7 +29,7 @@
 #include "FeedInfo.h"
 #include "ShowInfo.h"
 #include "debug.h"
-#include "sqlite3.h"
+#include <sqlite3.h>
 #include "ImageHandler.h"
 
 // SQLite leaks memory when sorting, so to test our own memory leaks we need to disable this
@@ -85,8 +85,7 @@
 	TInt GetIapId();
 	
 	sqlite3* DB();
-	void DropDB();
-	void ResetDB();
+	IMPORT_C void DropDB();
 	
 	IMPORT_C void GetShowsDownloadingL();
 	IMPORT_C void GetShowsByFeedL(TUint aFeedUid);
@@ -98,7 +97,7 @@
 protected:
 	CPodcastModel();
 	void ConstructL();
-	
+	void ResetDB();
 	void OpenDBL();
 	// From ImageHandler
 	void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);