summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventServiceEI.idl
blob: 9b16e368baf45cf5df46e38049710915694848ea (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
// $Id$
//===========================================================
/**
 * @file RTEventServiceEI.idl
 *
 * Definition of the RTEventService component implementation.
 *
 * @author George Edwards <g.edwards@vanderbilt.edu>
 */
//===========================================================
#ifndef CIAO_RTEVENTSERVICEEI_IDL
#define CIAO_RTEVENTSERVICEEI_IDL

#include "RTEventServiceE.idl"

module BasicSP
{
  /**
   * @interface RTEventService_Exec
   */
  local interface RTEventService_Exec :
    CCM_RTEventService,
    RtecEventChannelAdmin::CCM_EventChannel,
    Components::SessionComponent
  {
  };

};

#endif /* CIAO_RTEVENTSERVICEEI_IDL */