Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / MT_BiDir_SSL / Sender.idl
blobb3927c57c9b370d2ad4b7eae84bb511086872ea2
1 #include "Receiver.idl"
3 interface Sender
6 exception Table_Full {};
8 /// Receive the Receiver object and return a id for the object.
9 long receiver_object (in Receiver recv)
10 raises (Table_Full);