summaryrefslogtreecommitdiff
path: root/TAO/CIAO/RACE/Output_Adapters/Component/Output_Manager.idl
blob: 7e672014026aa6ad89ef1c7ef6d753055be1f3f3 (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;
    };

  };
};