summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master.idl')
-rw-r--r--CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master.idl b/CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master.idl
deleted file mode 100644
index d8db5d6e2d4..00000000000
--- a/CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef THREECOMP_MASTER_IDL
-#define THREECOMP_MASTER_IDL
-
-#include <Components.idl>
-
-#include "Base/ThreeComp.idl"
-
-#pragma ciao ami4ccm receptacle "ThreeComp::Master::run_my_state"
-
-module ThreeComp
-{
- component Master
- {
- /// For synchronous invocation
- uses State run_my_state;
- };
-};
-
-#endif