Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Bug_3748_Regression / Test.idl
blobf96517d3eb8b7269c5b0cb22a680f69b1af6f689
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 const unsigned long expected_failure_number = 5000;
7 /// A very simple interface
8 interface Hello
10 /// Return a simple string
11 string get_string ();
13 /// A method to shutdown the ORB
14 /**
15 * This method is used to simplify the test shutdown process
17 oneway void shutdown ();