Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_4080_Regression / test.idl
blob110f4e066357764b40d9313c13c2677c657dc11c
1 module Test {
2 interface UIPMC_Object {
3 oneway void process ();
4 };
5 };