summaryrefslogtreecommitdiff
path: root/TAO/tests/Strategies/simple_test.idl
blob: faea49012e93a9aa33acbbcbb837382b28cbbb1e (plain)
1
2
3
4
5
6
7
8
9
/*
 */

interface Simple_Server
{
  boolean print_status ();

  oneway void shutdown ();
};