Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2287_Regression / Test.idl
blob61b56f2d3f7a253070919e810fd428604abcc08b
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 interface Hello
7 /// A method to shutdown the ORB
8 /**
9 * This method is used to simplify the test shutdown process
11 oneway void shutdown ();
13 // Lets make sure things are working
14 void ping ();
16 // The client calls this method which will generate
17 // a locate forward to the same IOGR on every invocation
18 // until well after the request expiration time when it will then succeed
19 void throw_location_forward ();