summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/Receiver/Receiver.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/Receiver/Receiver.cidl')
-rw-r--r--CIAO/examples/Hello/Receiver/Receiver.cidl17
1 files changed, 0 insertions, 17 deletions
diff --git a/CIAO/examples/Hello/Receiver/Receiver.cidl b/CIAO/examples/Hello/Receiver/Receiver.cidl
deleted file mode 100644
index 3b2e04e5161..00000000000
--- a/CIAO/examples/Hello/Receiver/Receiver.cidl
+++ /dev/null
@@ -1,17 +0,0 @@
-//$Id$
-
-#ifndef SENDER_CIDL
-#define SENDER_CIDL
-
-#include "Receiver.idl"
-
-composition session Receiver_Impl
-{
- home executor ReceiverHome_Exec
- {
- implements Hello::ReceiverHome;
- manages Receiver_Exec;
- };
-};
-
-#endif /* SENDER_CIDL */