summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_3817_Regression/Bar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_3817_Regression/Bar.idl')
-rw-r--r--CIAO/tests/Bug_3817_Regression/Bar.idl18
1 files changed, 0 insertions, 18 deletions
diff --git a/CIAO/tests/Bug_3817_Regression/Bar.idl b/CIAO/tests/Bug_3817_Regression/Bar.idl
deleted file mode 100644
index 8a03b6dad2c..00000000000
--- a/CIAO/tests/Bug_3817_Regression/Bar.idl
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef BAR_IDL_
-#define BAR_IDL_
-
-#include <Components.idl>
-
-interface Foo
-{
- void do_foo();
-};
-
-component Bar
-{
- provides Foo foo1;
- provides Foo foo2;
-};
-
-#endif /* BAR_IDL_ */
-