summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Null_Scheduling.cpp
blob: df75136d3b9186c0a7ea05751b69511a0b7efb48 (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
// $Id$

#include "EC_Null_Scheduling.h"
#include "EC_QOS_Info.h"

#if ! defined (__ACE_INLINE__)
#include "EC_Null_Scheduling.i"
#endif /* __ACE_INLINE__ */

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

void
TAO_EC_Null_Scheduling::add_proxy_supplier_dependencies (
      TAO_EC_ProxyPushSupplier *,
      TAO_EC_ProxyPushConsumer *,
      CORBA::Environment &)
{
}

void
TAO_EC_Null_Scheduling::init_event_qos (
    const RtecEventComm::EventHeader&,
    TAO_EC_ProxyPushConsumer *,
    TAO_EC_QOS_Info&,
    CORBA::Environment &)
{
}