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, 0 insertions, 18 deletions
diff --git a/TAO/tao/SmartProxies/Smart_Proxies.inl b/TAO/tao/SmartProxies/Smart_Proxies.inl
deleted file mode 100644
index b75c0a5d096..00000000000
--- a/TAO/tao/SmartProxies/Smart_Proxies.inl
+++ /dev/null
@@ -1,18 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-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)
-{
-}
-
-ACE_INLINE
-TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base (void)
-{
-}