summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl')
-rw-r--r--modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl b/modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl
new file mode 100644
index 00000000000..57dff3e58b0
--- /dev/null
+++ b/modules/CIAO/tests/IDL_Test/Included_Component/IC_Bar.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+#include "IC_Foo.idl"
+#include "IC_FooE.idl"
+
+component Bar
+{
+};