summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/RTCORBA/Server_Protocol/test.idl
blob: 7fd0cd6f65162b6c8822aaacee1460d73b7552ff (plain)
1
2
3
4
5
6
7
8
9
//
// $Id$
//

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