2 //=============================================================================
6 * This file contains examples of IDL code that has
7 * caused problems in the past for the TAO IDL
8 * compiler. This test is to make sure the problems
12 * @author Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
14 //=============================================================================
17 // This file, along with its companion fwd.idl, test the
18 // handling of forward interface declarations that are
19 // not defined in the same IDL file. The two files have
20 // mutually dependent interfaces. It is no longer necessary
21 // for such ILD files to include each other, as long as
22 // they are part of the same build.
26 interface i_scope_test
{};
36 attribute
string attr
;
38 union un
switch (short)
40 case 0: full full_mem
;
43 typedef sequence
<full
> full_seq
;
47 full op
(inout full full_arg
,
49 inout full_seq full_seq_arg
)