summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.inl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.inl')
-rw-r--r--trunk/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.inl b/trunk/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.inl
new file mode 100644
index 00000000000..8c39a00c2e9
--- /dev/null
+++ b/trunk/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.inl
@@ -0,0 +1,13 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+template<class T> ACE_INLINE
+TAO_ESF_Busy_Lock_Adapter<T>::TAO_ESF_Busy_Lock_Adapter (T* adaptee)
+ : adaptee_ (adaptee)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL