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

interface Test
{
  void test_method ();
  oneway void shutdown ();
};