// // $Id$ // // ============================================================================ // // = LIBRARY // TAO/tests/AMI_Timeouts // // = FILENAME // timeout.idl // // = DESCRIPTION // Interface of the test CORBA object. // // = AUTHOR // Michael Kircher // // ============================================================================ interface TimeoutObj { void sendTimeToWait (in long msec); oneway void shutdown (); };