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

interface Test
{
  void test_method ();
  // Print out a message.

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