summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies/Smart_Proxies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SmartProxies/Smart_Proxies.cpp')
-rw-r--r--TAO/tao/SmartProxies/Smart_Proxies.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/TAO/tao/SmartProxies/Smart_Proxies.cpp b/TAO/tao/SmartProxies/Smart_Proxies.cpp
index 10707265d59..af6f5edb1fa 100644
--- a/TAO/tao/SmartProxies/Smart_Proxies.cpp
+++ b/TAO/tao/SmartProxies/Smart_Proxies.cpp
@@ -2,15 +2,18 @@
#include "tao/SmartProxies/Smart_Proxies.h"
-ACE_RCSID(SmartProxies, Smart_Proxies, "$Id$")
+ACE_RCSID(SmartProxies,
+ Smart_Proxies,
+ "$Id$")
#if !defined (__ACE_INLINE__)
#include "tao/SmartProxies/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."
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-#if defined (ACE_NDEBUG) && defined (AIX)
-int the_bogus_value_to_please_linker_to_export_symbol;
-#endif
+TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base (void)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL