summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.inl18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.inl b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.inl
new file mode 100644
index 00000000000..d0d4fc80ac1
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.inl
@@ -0,0 +1,18 @@
+// -*- 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