summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3_to_XMI/Forward_Declared/b.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3_to_XMI/Forward_Declared/b.idl')
-rw-r--r--CIAO/tests/IDL3_to_XMI/Forward_Declared/b.idl18
1 files changed, 0 insertions, 18 deletions
diff --git a/CIAO/tests/IDL3_to_XMI/Forward_Declared/b.idl b/CIAO/tests/IDL3_to_XMI/Forward_Declared/b.idl
deleted file mode 100644
index 2e0571d89b9..00000000000
--- a/CIAO/tests/IDL3_to_XMI/Forward_Declared/b.idl
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef B_IDL
-#define B_IDL
-
-#include "a.idl"
-
-module M
-{
-
- interface a;
-
- interface b
- {
- attribute a a1;
- };
-
-};
-
-#endif // B_IDL