Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2377_Regression / Hello.idl
blobfc0364928eb30d85ecb935482785e786af5bfe01
1 module Test {
3 interface Hello {
4 oneway void say_hello(in short count);
6 oneway void shutdown();
7 };
9 };