summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-26 06:20:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-26 06:20:59 +0000
commit8b85ad462882ffe23919af3b1ecde7a5650a1a8b (patch)
tree3fa0b5d23606f1665b315ea143ff25d8aeaa3a9a
parentb4e73f420a3ce9b0681ee14659f0aa6da387117f (diff)
downloadATCD-8b85ad462882ffe23919af3b1ecde7a5650a1a8b.tar.gz
Fri Jan 26 06:20:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/SmartProxies/Smart_Proxies.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/SmartProxies/Smart_Proxies.cpp b/TAO/tao/SmartProxies/Smart_Proxies.cpp
index e08224f4054..af6f5edb1fa 100644
--- a/TAO/tao/SmartProxies/Smart_Proxies.cpp
+++ b/TAO/tao/SmartProxies/Smart_Proxies.cpp
@@ -2,13 +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 */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base (void)
{
}
+TAO_END_VERSIONED_NAMESPACE_DECL