summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Output_Adapters/Component/Output_Manager.idl
blob: 6f0199494f5bb99f68a6cc54b1e8d4a0497e3412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//$Id$
#ifndef RACE_OUTPUT_MANAGER_IDL
#define RACE_OUTPUT_MANAGER_IDL

#include <Components.idl>

module CIAO
{
  module RACE
  {
    component Output_Manager
    {
      provides PlanEgress output;
      uses multiple PlanEgress adapters;
    };
    
  };
};