Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1482_Regression / Test.idl
bloba430f7cb1bbce76b63df5aeaf0355eac45459353
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 unsigned long next_prime ();