summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/tests/IDL_Test/Lem_Pragma/B.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/CIAO/tests/IDL_Test/Lem_Pragma/B.idl')
-rw-r--r--ACE/TAO/CIAO/tests/IDL_Test/Lem_Pragma/B.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/TAO/CIAO/tests/IDL_Test/Lem_Pragma/B.idl b/ACE/TAO/CIAO/tests/IDL_Test/Lem_Pragma/B.idl
new file mode 100644
index 00000000000..e695263eb20
--- /dev/null
+++ b/ACE/TAO/CIAO/tests/IDL_Test/Lem_Pragma/B.idl
@@ -0,0 +1,13 @@
+// $Id$
+
+#ifndef B_IDL
+#define B_IDL
+
+#pragma ciao lem "BE.idl"
+
+interface B
+{
+};
+
+#endif /* B_IDL */
+