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