1 //=============================================================================
5 * This file contains examples of IDL code that has
6 * caused problems in the past for the TAO IDL
7 * compiler. This test is to make sure the problems
10 * @author Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
12 //=============================================================================
14 // All these identifiers should be accepted, but
15 // prepended with _cxx_.
17 // IDL identifiers are escaped using _
32 typedef sequence
<_Object
> ObjectSeq
;
39 void foo
(in string namespace
);
40 void bar
(in Objects foo
);