Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2247_Regression / test.idl
blob113cc4b954045748c56d61f3bea95b042b823d27
1 /*
2 */
4 interface Simple_Server
6 string remote_call ();
7 string shutdown (in string ior_file);
8 string abort (in string ior_file);
9 };