Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / GIOP_Fragments / PMB_With_Fragments / Test.idl
blob4bd8c6167646c5f7fb81f58603cfc06eda6b0f8d
2 module Test
4 typedef sequence<octet> Payload;
6 interface Payload_Receiver
8 exception Invalid_Payload {
9 };
11 /// Send the data using a twoway operation
12 void more_data (in Payload the_payload)
13 raises (Invalid_Payload);
15 /// Shutdown the remote ORB
16 oneway void shutdown ();