summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Planners/Base/Planner.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Planners/Base/Planner.idl')
-rw-r--r--CIAO/RACE/Planners/Base/Planner.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/RACE/Planners/Base/Planner.idl b/CIAO/RACE/Planners/Base/Planner.idl
deleted file mode 100644
index ae81074d5e7..00000000000
--- a/CIAO/RACE/Planners/Base/Planner.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-#ifndef RACE_PLANNER_IDL
-#define RACE_PLANNER_IDL
-
-#include <Components.idl>
-#include "../Interface/Planner_I.idl"
-#include "../../common/RACE_common.idl"
-
-module CIAO
-{
-
- module RACE
- {
- component Planner
- {
- provides Planner_I planner_i;
- attribute string name;
- attribute RACE_Classification type;
- };
- };
-
-};
-
-#endif /* RACE_PLANNER_IDL */