Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / oneway / Test.idl
blob6dd6cab10e4470f03f7f45e30d7e54546c9df983
1 interface Test
3 oneway void foo ();
5 short get_call_count ();
7 };