summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3531_Regression/test.idl
blob: 447917cbda9743b57f31c27cfa7f7110a00d8516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// $Id$
//

interface Simple_Server
{
  string test_method (in Simple_Server objref);

  void client_done ();

  oneway void shutdown ();
};