2 #include
"tao/OctetSeq.pidl"
3 #include
"tao/StringSeq.pidl"
5 /// Put the interfaces in a module, to avoid global namespace pollution
8 exception Recursive_Type_In_Any_Test_Failed
{};
9 exception Demarshaling_From_Any_Failed
{};
11 struct NestedRecursiveStruct5
;
12 typedef sequence
<NestedRecursiveStruct5
> NestedRecursiveStructSeq5
;
13 struct NestedRecursiveStruct5
16 union MyUnion5
switch (short)
21 union Intern5
switch (short)
24 NestedRecursiveStructSeq5 recursive_structs5
;
32 /// Simple test interface.
35 /// Return the any provided as the "in" argument.
36 any get_any
(in any the_any
);
38 /// Shutdown the server ORB.
39 oneway
void shutdown
();