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