Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2316_Regression / Test.idl
blob710575bd17d22a036a14bf052c956ad0a9d41369
1 #ifndef _TEST_IDL_
2 #define _TEST_IDL_
4 interface server
6 void method (in Object obj);
7 oneway void shutdown ();
8 };
10 #endif // _TEST_IDL_