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, 21 insertions, 0 deletions
diff --git a/CIAO/examples/Hello/Hello_Base/Hello_Base.idl b/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
new file mode 100644
index 00000000000..18b300932ee
--- /dev/null
+++ b/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
@@ -0,0 +1,21 @@
+//$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 */