Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / RTCORBA / Thread_Pool / test.idl
blobe2f76b6d01c19f7ec1f0644f6a2512bc11dc6b80
2 interface test
4 long method (in long client_id,
5 in long iteration);
7 oneway void shutdown ();
8 };