summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2248_Regression/test.idl
blob: 6e73cc2d45dd57fe7d2575463a2d0f0e6722d538 (plain)
1
2
3
4
5
6
interface Simple_Server
{
  string remote_call ();
  string shutdown (in string ior_file);
  string abort (in string ior_file);
};