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.idl26
1 files changed, 0 insertions, 26 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 d82a23b6c8d..00000000000
--- a/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
+++ /dev/null
@@ -1,26 +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 */