Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Big_Reply / Test.idl
blob0d889c15e73364bbf91e474f36bf254e137ea96d
1 module Test
4 typedef sequence<octet> Octet_Seq;
6 interface Big_Reply
8 /// Receive a big reply
9 Octet_Seq get_big_reply ();
11 /// Ping message
12 void ping ();
14 /// Shudown the remote ORB
15 oneway void shutdown ();