summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies/Smart_Proxies.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SmartProxies/Smart_Proxies.inl')
-rw-r--r--TAO/tao/SmartProxies/Smart_Proxies.inl18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tao/SmartProxies/Smart_Proxies.inl b/TAO/tao/SmartProxies/Smart_Proxies.inl
new file mode 100644
index 00000000000..79966fdc732
--- /dev/null
+++ b/TAO/tao/SmartProxies/Smart_Proxies.inl
@@ -0,0 +1,18 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (void)
+{
+}
+
+ACE_INLINE
+TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (CORBA::Object_ptr proxy)
+ : base_proxy_(proxy)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL