summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2248_Regression/test.idl
blob: f1ba468adb141627f3aef2edfbf7660b5dac5ae2 (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);
};