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