summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Group_Scheduling.cpp
blob: 4634f940e41883996b59db21fdf8fe223b6a7dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// $Id$

#include "EC_Group_Scheduling.h"
#include "EC_QOS_Info.h"
#include "EC_Supplier_Filter.h"

#if ! defined (__ACE_INLINE__)
#include "EC_Group_Scheduling.inl"
#endif /* __ACE_INLINE__ */

ACE_RCSID(Event, EC_Group_Scheduling, "$Id$")

void
TAO_EC_Group_Scheduling::add_proxy_supplier_dependencies (
      TAO_EC_ProxyPushSupplier *,
      TAO_EC_ProxyPushConsumer *
      ACE_ENV_ARG_DECL_NOT_USED)
{
}

void
TAO_EC_Group_Scheduling::schedule_event (const RtecEventComm::EventSet &event,
                                        TAO_EC_ProxyPushConsumer *,
                                        TAO_EC_Supplier_Filter *filter
                                        ACE_ENV_ARG_DECL)
{
  TAO_EC_QOS_Info event_info;
  // @@ yuck...
  filter->push_scheduled_event (const_cast<RtecEventComm::EventSet&> (event),
                                event_info
                                ACE_ENV_ARG_PARAMETER);
}