Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Callback / server.idl
blobaf1e82dd6994edaf821be7c6df958aa63f386b23
1 //
2 // Server interface definition.
4 #include "client.idl"
6 interface server
8 void set_client (in client c);
9 void test_request (in string msg);
10 oneway void shutdown ();