Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / AMI_Timeouts / timeout.idl
blobb87f26ad8784ca29b097ff69eb8096171c80d550
2 //=============================================================================
3 /**
4 * @file timeout.idl
6 * Interface of the test CORBA object.
9 * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
11 //=============================================================================
15 interface TimeoutObj {
17 void sendTimeToWait (in long msec);
19 oneway void shutdown ();