# HG changeset patch # User William Roberts # Date 1270584103 -3600 # Node ID e99acc9979f2d55f0d664893814cefd6cb8cdcb2 # Parent afecf43ad46bf0f0cb4405e2a5e8a063b0496161 Fix RVCT 4.0 problem caused by having EXPORT_C instead of IMPORT_C in a header file diff -r afecf43ad46b -r e99acc9979f2 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