Changes to attempt to silence bcc64x
[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 };