summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender.idl')
-rw-r--r--CIAO/connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/CIAO/connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender.idl b/CIAO/connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender.idl
deleted file mode 100644
index ea17f183764..00000000000
--- a/CIAO/connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef INTERMULTI_SENDER_IDL
-#define INTERMULTI_SENDER_IDL
-
-#include <Components.idl>
-
-#include "Base/InterMulti.idl"
-
-#pragma ciao ami4ccm receptacle "InterMulti::Sender::run_my_one"
-#pragma ciao ami4ccm receptacle "InterMulti::Sender::run_my_two"
-#pragma ciao ami4ccm receptacle "InterMulti::Sender::run_my_three"
-
-module InterMulti
-{
- component Sender
- {
- /// For synchronous invocation
- uses One run_my_one;
- uses Two run_my_two;
- uses Three run_my_three;
- };
-};
-
-#endif