summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/Kokyu_dsrt_schedulers/muf_example/test.idl
blob: deed54094371aef815d68caa02f1c5986471a2bb (plain)
1
2
3
4
5
6
7
8
9
10
//
// $Id$
//

interface Simple_Server
{
  long test_method (in long x);

  void shutdown ();
};