summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.inl')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.inl23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.inl b/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.inl
new file mode 100644
index 00000000000..95f43d05ee6
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.inl
@@ -0,0 +1,23 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE void
+TAO_CEC_TypedConsumerAdmin::
+ for_each (TAO_ESF_Worker<TAO_CEC_ProxyPushSupplier> *worker)
+{
+ this->typed_push_admin_.for_each (worker);
+}
+
+ACE_INLINE
+TAO_CEC_Propagate_Typed_Event::TAO_CEC_Propagate_Typed_Event (
+ const TAO_CEC_TypedEvent& typed_event,
+ TAO_CEC_TypedEventChannel* typed_event_channel)
+ : typed_event_ (typed_event),
+ typed_event_channel_ (typed_event_channel)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL