summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.idl')
-rw-r--r--modules/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.idl b/modules/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.idl
new file mode 100644
index 00000000000..749e064162e
--- /dev/null
+++ b/modules/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+#include <Components.idl>
+#include "IhC_Foo.idl"
+
+component Bar : Foo
+{
+};