summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.inl
blob: 95f43d05ee6199d1f4eac5b80763caa1df2635ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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