summaryrefslogtreecommitdiff
path: root/Monitor/Central_Monitor/Monitor.cidl
blob: c2378e25483492cbefc6be5a17f9455ede6a7df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef RACE_MONITOR_CIDL
#define RACE_MONITOR_CIDL

#include "Monitor.idl"


module CIAO
{
  module RACE
  {
    composition session Central_Monitor_Impl
    {
      home executor Central_Monitor_Home_Exec
        {
          implements Central_Monitor_Home;
          manages    Central_Monitor_Exec;
        };
    };
  };
};
#endif /* RACE_MONITOR_CIDL */