summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event_Binder.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Event_Binder.inl')
-rw-r--r--TAO/tao/LF_Event_Binder.inl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/LF_Event_Binder.inl b/TAO/tao/LF_Event_Binder.inl
new file mode 100644
index 00000000000..14027194f35
--- /dev/null
+++ b/TAO/tao/LF_Event_Binder.inl
@@ -0,0 +1,15 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO_LF_Event_Binder::TAO_LF_Event_Binder (TAO_LF_Event *event,
+ TAO_LF_Follower *follower)
+ : event_ (event)
+{
+ this->event_->bind (follower);
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL