9 exception Demarshaling_From_Any_Failed
{};
10 exception Repeated_Type_In_Any_Test_Failed
{};
12 /// Simple test interface.
15 /// Return the any provided as the "in" argument.
16 any get_any
(in any the_any
);
18 /// Shutdown the server ORB.
19 oneway
void shutdown
();