summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl')
-rw-r--r--TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl b/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
deleted file mode 100644
index 0ac19ea2276..00000000000
--- a/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-//$Id$:
-/**
- * @file Hello_Base.idl
- * Definition of common interfaces used by the Hello example
- *
- * @auther Tao Lu <lu@dre.vanderbilt.edu>
- */
-
-#ifndef HELLO_IDL
-#define HELLO_IDL
-
-#include <Components.idl>
-
-module Hello
-{
- interface message
- {
- string get_message();
- };
-
- eventtype timeout
- {
- };
-
-};
-
-#endif /* HELLO_IDL */