summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/oneway/Test.idl
blob: 6dd6cab10e4470f03f7f45e30d7e54546c9df983 (plain)
1
2
3
4
5
6
7
interface Test
{
  oneway void foo ();

  short get_call_count ();

};