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

interface Test
{
  void test_method (in long id);

  void shutdown (in string orb_id);
};