Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Big_Request_Muxing / Test.idl
blobf2280e521c782b85d34ad747c65834df8fbd7f8e
2 module Test
4 typedef sequence<octet> Payload;
6 interface Payload_Receiver
8 /// Send the data using a oneway operation.
9 oneway void more_data (in Payload the_payload, in boolean maybe_lost);
11 void ping ();