Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / MT_Timeout / Test.idl
blob0020cabe600d078a0d1c0e210b2a6c607b85135e
2 module Test
4 /// A very simple interface
5 interface Sleep_Service
7 /// Sleep for @c microseconds
8 void go_to_sleep (in unsigned long microseconds);
10 /// A method to shutdown the ORB
11 /**
12 * This method is used to simplify the test shutdown process
14 oneway void shutdown ();