summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.inl')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.inl23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.inl b/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.inl
new file mode 100644
index 00000000000..cd61d83efce
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.inl
@@ -0,0 +1,23 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO_CEC_Ping_Push_Consumer::
+ TAO_CEC_Ping_Push_Consumer (TAO_CEC_ConsumerControl *control)
+ : control_ (control)
+{
+}
+
+// ****************************************************************
+
+ACE_INLINE
+TAO_CEC_Ping_Pull_Consumer::
+ TAO_CEC_Ping_Pull_Consumer (TAO_CEC_ConsumerControl *control)
+ : control_ (control)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL