2 //=============================================================================
4 * @file generic_object.idl
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 // The IDL compiler deals with these in a completely different way
18 // that it deals with a derived object, i.e., an interface.
26 union Selecter
switch (ObjectType
)
28 case OT_THIS
: Object this_object
;
29 case OT_THAT
: Object that_object
;
32 // Test stub code for generic object parameters.
35 Object op
(in Object inarg
,
36 inout
Object inoutarg
,