Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Server_Leaks / Test.idl
blob11cfe70a9f2d67f83f90c6e616fa815918751de7
2 module Test
4 /// An interface to communicate and shutdown a process
5 interface Ping_Service
7 /// Just a void function contact the server
8 void ping ();
10 /// Shutdown the server
11 oneway void shutdown ();