Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Bug_4010_Regression / Test.idl
blobb7402dfad580e46df7faaf6b89238289613f8276
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface Hello
8 /// Return a simple string
9 string get_string ();
11 /// A method to shutdown the ORB
12 /**
13 * This method is used to simplify the test shutdown process
15 oneway void shutdown ();
16 // void shutdown ();