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