Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Bug_1476_Test / Hello.idl
blob8168f7755a0cff11d563619402ed55e1c646c9d0
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 oneway void get_string ();