summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.inl39
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.inl b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.inl
new file mode 100644
index 00000000000..d7761a1f51d
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.inl
@@ -0,0 +1,39 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE void
+TAO_CEC_ConsumerAdmin::
+ for_each (TAO_ESF_Worker<TAO_CEC_ProxyPushSupplier> *worker
+ ACE_ENV_ARG_DECL)
+{
+ this->push_admin_.for_each (worker ACE_ENV_ARG_PARAMETER);
+}
+
+ACE_INLINE void
+TAO_CEC_ConsumerAdmin::
+ for_each (TAO_ESF_Worker<TAO_CEC_ProxyPullSupplier> *worker
+ ACE_ENV_ARG_DECL)
+{
+ this->pull_admin_.for_each (worker ACE_ENV_ARG_PARAMETER);
+}
+
+// ****************************************************************
+
+ACE_INLINE
+TAO_CEC_Propagate_Event_Push::TAO_CEC_Propagate_Event_Push (const CORBA::Any& event)
+ : event_ (event)
+{
+}
+
+// ****************************************************************
+
+ACE_INLINE
+TAO_CEC_Propagate_Event_Pull::TAO_CEC_Propagate_Event_Pull (const CORBA::Any& event)
+ : event_ (event)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL