summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/Receiver/Receiver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/Receiver/Receiver.idl')
-rw-r--r--CIAO/examples/Hello/Receiver/Receiver.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/CIAO/examples/Hello/Receiver/Receiver.idl b/CIAO/examples/Hello/Receiver/Receiver.idl
deleted file mode 100644
index 909b93a8081..00000000000
--- a/CIAO/examples/Hello/Receiver/Receiver.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-//$Id$:
-
-#ifndef RECEIVER_IDL
-#define RECEIVER_IDL
-
-#include "../Hello_Base/Hello_Base.idl"
-
-module Hello
-{
- component Receiver
- {
- uses ReadMessage read_message;
- consumes TimeOut click_in;
- };
-
- home ReceiverHome manages Receiver
- {
- };
-};
-#endif /*RECEIVER_IDL*/