Fix RVCT 4.0 problem caused by having EXPORT_C instead of IMPORT_C in a header file CompilerCompatibility
authorWilliam Roberts <williamr@symbian.org>
Tue, 06 Apr 2010 21:01:43 +0100
branchCompilerCompatibility
changeset 14 e99acc9979f2
parent 13 afecf43ad46b
child 15 ca8de445a388
Fix RVCT 4.0 problem caused by having EXPORT_C instead of IMPORT_C in a header file
imsrv_plat/im_cache_client_api/inc/cimcachefactory.h
--- a/imsrv_plat/im_cache_client_api/inc/cimcachefactory.h	Sun Mar 28 16:37:16 2010 +0100
+++ b/imsrv_plat/im_cache_client_api/inc/cimcachefactory.h	Tue Apr 06 21:01:43 2010 +0100
@@ -103,7 +103,7 @@
 		* @param aUserId the aUserId to be used with this interface instance
 		* @return the access interface
 		*/
-		EXPORT_C MIMCacheAccessor* CreateAccessorL(TInt aServiceId,
+		IMPORT_C MIMCacheAccessor* CreateAccessorL(TInt aServiceId,
 													const TDesC& aUserId  );
 	private: // data