summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Input_Adapters/PlanGenerator/PlanGenerator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Input_Adapters/PlanGenerator/PlanGenerator.idl')
-rw-r--r--CIAO/RACE/Input_Adapters/PlanGenerator/PlanGenerator.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/CIAO/RACE/Input_Adapters/PlanGenerator/PlanGenerator.idl b/CIAO/RACE/Input_Adapters/PlanGenerator/PlanGenerator.idl
deleted file mode 100644
index 3dd220b9b8b..00000000000
--- a/CIAO/RACE/Input_Adapters/PlanGenerator/PlanGenerator.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-//PlanGenerator.idl,v 1.1 spaunov Exp
-//Author: Stoyan Paunov
-//$Id$
-
-#ifndef RACE_PLAN_GENERATOR_INPUT_ADAPTER_IDL
-#define RACE_PLAN_GENERATOR_INPUT_ADAPTER_IDL
-
-#include <Components.idl>
-#include "Input_Adapters/Base/Input_Adapter.idl"
-#include "common/RACE_common.idl"
-
-module CIAO
-{
- module RACE
- {
- eventtype Deploy_Input
- {
- public string package_name;
- public Action command;
- };
-
- component PlanGenerator : Input_Adapter
- {
- consumes Deploy_Input deployment;
- };
-
- home PlanGenerator_Home manages PlanGenerator
- {
- };
- };
-};
-
-#endif /* RACE_PLAN_GENERATOR_INPUT_ADAPTER_IDL */