summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl')
-rw-r--r--CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl b/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl
deleted file mode 100644
index 560a2ad92b1..00000000000
--- a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-//$Id$
-#ifndef RACE_PLANNER_MANAGER_I_IDL
-#define RACE_PLANNER_MANAGER_I_IDL
-
-#ifndef INCLUDED_DEPLOYMENT_DATA
-#define INCLUDED_DEPLOYMENT_DATA
-#include "Deployment_Data.idl"
-#endif
-
-#include "../../common/RACE_common.idl"
-
-module CIAO
-{
- module RACE
- {
- interface Planner_Manager_I
- {
- void execute_planners (in Deployment::DeploymentPlan plan,
- in PlannerFlow flow);
- };
- };
-};
-
-#endif /* RACE_PLANNER_MANAGER_I_IDL */