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

interface Test
{
  void test_method ();
  // Test method.

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

};