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

interface Test
{
  void test_method (in long id);

  oneway void shutdown ();
};