summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/test.idl
blob: fb5e94ff0484bb3f43d370b9ca35e8bcbe48e2cc (plain)
1
2
3
4
5
6
7
8
9
10
//
// $Id$
//

interface Test
{
  void test_method ();

  oneway void shutdown ();
};