summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.i18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.i b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.i
deleted file mode 100644
index d0d4fc80ac1..00000000000
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.i
+++ /dev/null
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-template<class EC, class P> ACE_INLINE
-TAO_ESF_Proxy_RefCount_Guard<EC,P>::
- TAO_ESF_Proxy_RefCount_Guard (CORBA::ULong &refcount,
- EC *ec,
- P *proxy)
- : refcount_ (refcount),
- event_channel_ (ec),
- proxy_ (proxy)
-{
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL