Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / FaultTolerance / IOGR / test.idl
blobde98f4e0fc5812b8055db4b5418a09df68deb28d
1 /*
2 */
4 interface Simple_Server
6 void remote_call ();
7 oneway void shutdown ();
8 };