summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/Hello_Base/Hello_Base.idl')
-rw-r--r--CIAO/examples/Hello/Hello_Base/Hello_Base.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/examples/Hello/Hello_Base/Hello_Base.idl b/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
deleted file mode 100644
index 18b300932ee..00000000000
--- a/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-//$Id$:
-
-#ifndef CIAO_HELLO_IDL
-#define CIAO_HELLO_IDL
-
-#include <Components.idl>
-
-module Hello
-{
- interface ReadMessage
- {
- string get_message();
- };
-
- eventtype TimeOut
- {
- public string data;
- };
-};
-
-#endif /* CIAO_HELLO_IDL */