inc/mdeharvestersession.h
changeset 21 50bf9db68373
parent 3 b73a2e62868f
--- a/inc/mdeharvestersession.h	Fri Mar 19 09:38:01 2010 +0200
+++ b/inc/mdeharvestersession.h	Fri Apr 16 15:23:55 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;