summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.inl21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.inl b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.inl
new file mode 100644
index 00000000000..991386a0370
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.inl
@@ -0,0 +1,21 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE void
+TAO_CEC_SupplierAdmin::
+ for_each (TAO_ESF_Worker<TAO_CEC_ProxyPushConsumer> *worker)
+{
+ this->push_admin_.for_each (worker);
+}
+
+ACE_INLINE void
+TAO_CEC_SupplierAdmin::
+ for_each (TAO_ESF_Worker<TAO_CEC_ProxyPullConsumer> *worker)
+{
+ this->pull_admin_.for_each (worker);
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL