summaryrefslogtreecommitdiff
path: root/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.cidl
blob: 29037e37a2b7fd2f7ab1659a5e912a53f5b465e0 (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
// $Id:$
#ifndef RACE_INTERACTIVE_INPUT_ADAPTER_CIDL
#define RACE_INTERACTIVE_INPUT_ADAPTER_CIDL

#include "Interactive_Input_Adapter.idl"

module CIAO
{
  module RACE
  {
    module Input_Adapter
    {
      composition session Interactive_IA_Component_Impl
      {
        home executor Interactive_IA_Component_Home_Exec
        {
          implements Interactive_IA_Component_Home;
          manages    Interactive_IA_Component_Exec;
        };
      };
    };
  };
};


#endif /* RACE_INTERACTIVE_INPUT_ADAPTER_CIDL */