diff options
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r-- | TAO/tao/orbconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h index 5ad2e5147be..fe9eb18fa50 100644 --- a/TAO/tao/orbconf.h +++ b/TAO/tao/orbconf.h @@ -191,7 +191,7 @@ # if defined (_MSC_VER) && defined (__ACE_INLINE__) # define TAO_NAMESPACE_INLINE_FUNCTION inline # else -# define TAO_NAMESPACE_INLINE_FUNCTION TAO_NAMESPACE_STORAGE_CLASS +# define TAO_NAMESPACE_INLINE_FUNCTION TAO_Export # endif // Instead of replacing this with the ACE macro |