summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp_no_ami.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp_no_ami.idl')
-rw-r--r--CIAO/connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp_no_ami.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/CIAO/connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp_no_ami.idl b/CIAO/connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp_no_ami.idl
deleted file mode 100644
index 702224cc6b2..00000000000
--- a/CIAO/connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp_no_ami.idl
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef THREECOMP_NO_AMI_IDL
-#define THREECOMP_NO_AMI_IDL
-
-#pragma ciao lem "Base/ThreeComp_no_amiE.idl"
-
-module ThreeComp
-{
- // test with no ciao ami4ccm interface, no pragma, see above
- interface MyBar
- {
- long testbar (in long cmd, out string answer);
- };
-};
-
-#endif