Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Miop / McastZIOP / Test.idl
blob2cb7db0e214aa239ae4f70f09eda946b75d901e6
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A sequence of octets for sending large messages.
6 typedef sequence<octet> Octets;
8 /// A very simple interface
9 interface McastHello
11 /// A method to test out a small request
12 oneway void send_forty_two (in long forty_two);
14 /// A method to test bigger requests
15 oneway void send_large_octet_array (in Octets payload);
17 /// A method to shutdown the ORB
18 /**
19 * This method is used to simplify the test shutdown process
21 oneway void shutdown ();