Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Oneway_Send_Timeouts / Test.idl
blobe8d89500d3e11085cdc4ed8c7f3cd10b62feb671
1 interface Test
3 // sleep for the said time, unless u head from
4 // client earlier. If both sec and msec are 0,
5 // sleep untill client wakes u up.
6 oneway void sleep (in long sec, in long msec);
7 void unsleep ();
9 // the server will ignore the message string.
10 // An interface to send variable length strings across the
11 // physical layer.
12 oneway void dummy_one_way (in string msg);
14 void dummy_two_way ();
16 void shutdown ();