summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl')
-rw-r--r--CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl b/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl
deleted file mode 100644
index cd42287f4d2..00000000000
--- a/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl
+++ /dev/null
@@ -1,22 +0,0 @@
-//$Id$
-#ifndef RACE_PLAN_EGRESS_IDL
-#define RACE_PLAN_EGRESS_IDL
-
-#ifndef INCLUDED_DEPLOYMENT_DATA
-#define INCLUDED_DEPLOYMENT_DATA
-#include "Deployment_Data.idl"
-#endif
-
-module CIAO
-{
-
- module RACE
- {
- interface PlanEgress
- {
- boolean output_plan (in Deployment::DeploymentPlan plan);
- };
- };
-};
-
-#endif /* RACE_PLAN_EGRESS_IDL */