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

interface Simple_Server
{
  Boolean print_status();

  oneway void shutdown ();
};