summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl')
-rw-r--r--modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl b/modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
new file mode 100644
index 00000000000..13d2785b3d2
--- /dev/null
+++ b/modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
@@ -0,0 +1,12 @@
+// $Id$
+#ifndef IC_Foo_IDL
+#define IC_Foo_IDL
+
+#include <Components.idl>
+
+component Foo
+{
+};
+
+
+#endif