summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Policy_Combinations/test.idl
blob: e1865eb9b06e48aee22f113459edeb0afac32983 (plain)
1
2
3
4
5
6
7
8
interface test
{
  short method ();

  void prioritized_method ();

  void shutdown ();
};