Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2683_Regression / Test.idl
blob04baffe4628b19990e225fd8377d2cd2954fe60e
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface IORTable_Shutdown_Race
8 void ping ();
9 oneway void shutdown ();