Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_2918_Regression / Test.idl
blobc0c84fc0ab1b99d781284e15b0e431e9547e4467
1 module Test
3 typedef long FooType;
4 struct FooStruct {
5 FooType Foo1;
6 FooType Foo2;
7 };
9 exception Demarshaling_From_Any_Failed {};
10 exception Repeated_Type_In_Any_Test_Failed {};
12 /// Simple test interface.
13 interface Hello
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 ();