Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / RTCORBA / Banded_Connections / test.idl
blobc19bd8f30989626813c5a830d47a29a434c9dd6b
2 interface Test
4 void test_method (in boolean client_propagated,
5 in short client_priority);
7 oneway void shutdown ();
8 };