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