Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / SHMIOP / Test.idl
blob1f8ff5e79709ea926c43827507ac95f754b61641
1 module Test
3 interface Hello
5 string get_string ();
7 oneway void shutdown ();
8 };
9 };