Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Servant_To_Reference_Test / Test.idl
blob5563d3bac29ed65e3d88fe88898b8b0f71796849
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface One
8 /// Return a simple string
9 string get_string ();
12 interface Two
14 string get_string ();
17 interface Three
19 string get_string ();