Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / POA / Generic_Servant / test.idl
bloba2e236e0a562be32119b60afab6a3966967cce31
1 interface test
3 void method ();
4 // A twoway operation.
6 oneway void oneway_method ();
7 // A oneway operation.
9 void timed_method (in unsigned long timeout);
10 // A timed twoway operation.
12 oneway void timed_oneway_method (in unsigned long timeout);
13 // A timed oneway operation.
15 void shutdown ();
16 // Shutdown the server.