summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2494_Regression/test.idl
blob: 335009e627f3d95ff8e65e4ed6944e30661c59fe (plain)
1
2
3
4
5
6
7
8
9
10
//
// $Id$
//

interface Simple_Server
{
  string test_method (in string str);

  oneway void shutdown ();
};