summaryrefslogtreecommitdiff
path: root/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl')
-rw-r--r--Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl31
1 files changed, 31 insertions, 0 deletions
diff --git a/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl b/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl
new file mode 100644
index 00000000000..289a2cfab08
--- /dev/null
+++ b/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl
@@ -0,0 +1,31 @@
+//Interactive_Input_Adapter.idl,v 1.1 2005/09/06 19:57:22 wotte Exp
+#ifndef RACE_INTERACTIVE_INPUT_ADAPTER_IDL
+#define RACE_INTERACTIVE_INPUT_ADAPTER_IDL
+
+#include <Components.idl>
+#include "RACE/Input_Adapters/Base/Input_Adapter.idl"
+#include "RACE/common/RACE_common.idl"
+
+module CIAO
+{
+ module RACE
+ {
+ eventtype Deploy_Input
+ {
+ public string plan_uri;
+ public string package_uri;
+ public Action command;
+ };
+
+ component Interactive_Input_Adapter : Input_Adapter
+ {
+ consumes Deploy_Input deployment;
+ };
+
+ home Interactive_Input_Adapter_Home manages Interactive_Input_Adapter
+ {
+ };
+ };
+};
+
+#endif /* RACE_INTERACTIVE_INPUT_ADAPTER_IDL */