2 #include
"tao/OctetSeq.pidl"
4 /// Put the interfaces in a module, to avoid global namespace pollution
7 exception Recursive_Type_In_Any_Test_Failed
{};
8 exception Demarshaling_From_Any_Failed
{};
16 typedef sequence
<Symbol
> SymbolSeq
;
22 union NonRecursiveUnionWithStringStruct3
switch (ValueSort3
) {
26 SymbolSeq symbol_seq_val
;
29 /// Simple test interface.
32 /// Return the any provided as the "in" argument.
33 any get_any
(in any the_any
);
35 /// Shutdown the server ORB.
36 oneway
void shutdown
();