summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SmartProxies')
-rw-r--r--TAO/tao/SmartProxies/Smart_Proxies.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/SmartProxies/Smart_Proxies.cpp b/TAO/tao/SmartProxies/Smart_Proxies.cpp
index a098d371991..91e62e5cafc 100644
--- a/TAO/tao/SmartProxies/Smart_Proxies.cpp
+++ b/TAO/tao/SmartProxies/Smart_Proxies.cpp
@@ -8,4 +8,9 @@ ACE_RCSID(SmartProxies, Smart_Proxies, "$Id$")
#include "Smart_Proxies.inl"
#endif /* defined INLINE */
+// Add this line to please the AIX linker, otherwise it complains
+// "ld: 0711-244 ERROR: No csects or exported symbols have been saved."
+#if defined (ACE_NDEBUG) && defined (AIX)
+int the_bogus_value_to_please_linker_to_export_symbol;
+#endif