summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2248_Regression/test.idl
blob: 0dea64769bdbf7044796feecfa8d4ddd683f37e5 (plain)
1
2
3
4
5
6
7
8
// $Id$

interface Simple_Server
{
  string remote_call ();
  string shutdown (in string ior_file);
  string abort (in string ior_file);
};