summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/SmartProxies/Smart_Proxies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/SmartProxies/Smart_Proxies.cpp')
-rw-r--r--ACE/TAO/tao/SmartProxies/Smart_Proxies.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/ACE/TAO/tao/SmartProxies/Smart_Proxies.cpp b/ACE/TAO/tao/SmartProxies/Smart_Proxies.cpp
new file mode 100644
index 00000000000..af6f5edb1fa
--- /dev/null
+++ b/ACE/TAO/tao/SmartProxies/Smart_Proxies.cpp
@@ -0,0 +1,19 @@
+// $Id$
+
+#include "tao/SmartProxies/Smart_Proxies.h"
+
+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