inc/mdeharvestersession.h
branchRCL_3
changeset 8 50de4d668bb6
parent 2 b73a2e62868f
--- a/inc/mdeharvestersession.h	Mon Mar 15 12:42:24 2010 +0200
+++ b/inc/mdeharvestersession.h	Wed Mar 31 22:19:07 2010 +0300
@@ -279,7 +279,7 @@
 	/**
 	 * Update current C-drive media id to all objects in DB that have the old media id.
 	 */
-	void ChangeCDriveMediaId();
+	IMPORT_C void ChangeCDriveMediaId();
 
 	/**
 	 * Set "binary composing to file" pending flag to objects
@@ -329,7 +329,7 @@
 	/**
 	 * Update DB with current internal mass storage media id
 	 */
-    void CheckMassStorageMediaId( const TUint32 aMediaId );
+	IMPORT_C void CheckMassStorageMediaId( const TUint32 aMediaId );
 
 private:
 	CMdESessionImpl* iSession;