summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl')
-rw-r--r--CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl b/CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl
deleted file mode 100644
index d027b608c8b..00000000000
--- a/CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl
+++ /dev/null
@@ -1,22 +0,0 @@
-//$Id$
-#ifndef RACE_INTERACTIVE_INPUT_ADAPTER_IDL
-#define RACE_INTERACTIVE_INPUT_ADAPTER_IDL
-
-#include <Components.idl>
-#include "../Base/Input_Adapter.idl"
-
-module CIAO
-{
- module RACE
- {
- component Interactive_Input_Adapter : Input_Adapter
- {
- };
-
- home Interactive_Input_Adapter_Home manages Interactive_Input_Adapter
- {
- };
- };
-};
-
-#endif /* RACE_INTERACTIVE_INPUT_ADAPTER_IDL */