Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_3746_Regression / Test.idl
blobf7cf6e56990f913d8d4edb16ee81e72c28dfc99f
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface BoundSequences
8 typedef sequence<long, 10> SequenceOf10Long;
9 unsigned long SendSequenceOf10Long (in unsigned long LengthSent, in SequenceOf10Long inSeq);
11 /// A method to shutdown the ORB
12 /**
13 * This method is used to simplify the test shutdown process
15 oneway void shutdown ();