summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver.idl')
-rw-r--r--CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver.idl16
1 files changed, 0 insertions, 16 deletions
diff --git a/CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver.idl b/CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver.idl
deleted file mode 100644
index f7f1ff0006b..00000000000
--- a/CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver.idl
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef HELLO_RECEIVER_IDL
-#define HELLO_RECEIVER_IDL
-
-#include <Components.idl>
-
-#include "Base/Hello.idl"
-
-module Hello
-{
- component Receiver
- {
- /// Provides
- provides MyFoo do_my_foo;
- };
-};
-#endif