summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.cidl
blob: 2cb920bbb65bf68690781127609308e2afee67cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//$Id$

#ifndef RTEVENTSERVICE_CIDL
#define RTEVENTSERVICE_CIDL

#include "RTEventService.idl"

composition session RTEventService_Impl
{
  home executor RTEventServiceHome_Exec
  {
    implements BasicSP::RTEventServiceHome;
    manages RTEventService_Exec;
  };
};

#endif /* RTEVENTSERVICE_CIDL */