Fix RVCT 4.0 problem caused by having EXPORT_C instead of IMPORT_C in a header file
--- 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