Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Callback / client.idl
blobae2d92d47aee5c8bc92978a7bdca1eaef631e14c
1 //
2 // Client interface definition.
5 interface client
7 void test_reply (in string msg);
8 };