summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/oneway/Test.idl
blob: 855d0afd9fe9699ee5cbe9e9f42332bb849b5cca (plain)
1
2
3
4
5
6
7
8
9
// $Id$

interface Test
{
  oneway void foo ();

  short get_call_count ();

};