summaryrefslogtreecommitdiff
path: root/Planners/StaticPlanner/StaticPlanner.cidl
blob: d9a3fbd277d0f1f1915bf4f60cb03598c874ac83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef RACE_STATIC_PLANNER_CIDL
#define RACE_STATIC_PLANNER_CIDL

#include "StaticPlanner.idl"

module CIAO
{
  module RACE
  {
    composition session StaticPlanner_Impl
    {
      home executor StaticPlanner_Home_Exec
        {
          implements RACE::StaticPlanner_Home;
          manages    StaticPlanner_Exec;
        };
    };
  };
};


#endif /* RACE_STATIC_PLANNER_CIDL */