summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-28 10:13:10 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-28 10:13:10 +0100
commita1fa973ae766fb43fd095577cee78e58669b61bf (patch)
tree7ab0d2fb9d7dd58cbd73a2bf68b0475d5488be40 /TAO/tao
parent776c0f398c88ac855c7a3d32ccc0a48e6b802f46 (diff)
downloadATCD-a1fa973ae766fb43fd095577cee78e58669b61bf.tar.gz
Cleanup for gcc <= 4.8 which don't support C++11
* ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/Stack_Trace.cpp: * ACE/ace/Time_Value.inl: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-macros.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/os_include/os_dlfcn.h: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/tao/SystemException.h:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/SystemException.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/SystemException.h b/TAO/tao/SystemException.h
index 9a1da6ec170..937c045e5ad 100644
--- a/TAO/tao/SystemException.h
+++ b/TAO/tao/SystemException.h
@@ -27,13 +27,9 @@
#include "tao/Exception.h"
#ifndef TAO_Exception_Export
-# if (__GNUC__ > 3)
-// Exceptions found in DLL A but potentially thrown in DLL B must
-// always be exported.
# define TAO_Exception_Export ACE_Proper_Export_Flag
# else
# define TAO_Exception_Export TAO_Export
-# endif /* __GNUC__ > 3*/
#endif /* !TAO_Exception_Export */
#ifdef THREAD_CANCELLED