Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / DiffServ / test.idl
blobcd69baf22110afd1f62f0be17d6d4f768dd99f8b
2 interface Test
4 void test_method ();
5 oneway void shutdown ();
6 };