Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Leader_Followers / test.idl
blob7f07c39c48e9c57be9cd9833339eb480e4844dec
2 interface test
4 unsigned long method (in unsigned long work);
5 oneway void shutdown ();
6 };