summaryrefslogtreecommitdiff
path: root/Input_Adapters/Base/Input_Adapter.idl
blob: 7691b5fe892cddf971371dea3d83463af59e234e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//Input_Adapter.idl,v 1.1 2005/09/06 19:57:22 wotte Exp
//Input_Adapter.idl

#ifndef RACE_INPUT_ADAPTER_IDL
#define RACE_INPUT_ADAPTER_IDL

#include <Components.idl>
#include "RACE/Plan_Analyzer/Interface/PlanIngress.idl"

module CIAO
{
  module RACE
  {
    component Input_Adapter
    {
      uses PlanIngress ingress;
    };
  };
};

#endif /* RACE_INPUT_ADAPTER_IDL */