Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / RTCORBA / Private_Connection / test.idl
blob94f864ff686d164d0fadaa7b578feec8ce9a4b05
2 interface Test
4 void test_method ();
5 // Print out a message.
7 oneway void shutdown ();
8 // Shut down the ORB.
9 };