summaryrefslogtreecommitdiff
path: root/TAO/examples/Kokyu_dsrt_schedulers/mif_example/test.idl
blob: 54e291f3ea3c3ac8f0c839117abc8658037cdbf4 (plain)
1
2
3
4
5
6
7

interface Simple_Server
{
  long test_method (in long x);

  void shutdown ();
};