summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/RTCORBA/Server_Declared/test.idl
blob: ce79aec2ee7bd9d963a141fe6e609f32e08e0795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// $Id$
//

interface Test
{
  void test_method (in short priority);
  // Print out the CORBA priority of the servant thread and check that
  // it is equal to the <priority> argument.

  oneway void shutdown ();
  // Shut down the ORB.
};