summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Controller/Component/Controller.cidl
blob: 0122563c69a2b86fd42791ab319b1f280c829ce5 (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
// $Id$
#ifndef RACE_CONTROLLER_CIDL
#define RACE_CONTROLLER_CIDL

/*
 * @file Controller.cidl
 * @brief This file contains the Controller component implementation defination.
 */

#include "Controller.idl"

module CIAO
{
  module RACE
  {
    composition session Controller_Impl
    {
      home executor Controller_Home_Exec
        {
          implements Controller_Home;
          manages    Controller_Exec;
        };
    };
  };
};


#endif /* RACE_CONTROLLER_CIDL */