summaryrefslogtreecommitdiff
path: root/Output_Adapters/Component/Output_Manager.idl
blob: 7ab245b055a0435827b0a97ba0003c04ccb82515 (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
//Output_Manager.idl,v 1.1 2005/09/06 19:57:22 wotte Exp
#ifndef RACE_OUTPUT_MANAGER_IDL
#define RACE_OUTPUT_MANAGER_IDL

#include <Components.idl>
#include "RACE/Output_Adapters/Interface/PlanEgress.idl"

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

    home Output_Manager_Home manages Output_Manager
    {
    };

  };
};

#endif