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

interface Test
{
  void test_method (in boolean client_propagated,
                    in short client_priority);

  oneway void shutdown ();
};