summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Output_Adapters/Component/Output_Manager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/RACE/Output_Adapters/Component/Output_Manager.idl')
-rw-r--r--modules/CIAO/RACE/Output_Adapters/Component/Output_Manager.idl18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/CIAO/RACE/Output_Adapters/Component/Output_Manager.idl b/modules/CIAO/RACE/Output_Adapters/Component/Output_Manager.idl
new file mode 100644
index 00000000000..6f0199494f5
--- /dev/null
+++ b/modules/CIAO/RACE/Output_Adapters/Component/Output_Manager.idl
@@ -0,0 +1,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;
+ };
+
+ };
+};