Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / MProfile_Connection_Timeout / test.idl
blob96d489d8001095aa5466c8b5a136eb310781191e
1 /*
2 */
4 interface Simple_Server
6 unsigned long long remote_call ();
7 oneway void shutdown ();
8 };