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

interface test
{
  short method ();

  void prioritized_method ();

  void shutdown ();
};