Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / objref_comparison_test / foo.idl
blob7f4177c6e84ade33b507cd93a285d6bec4656651
1 #ifndef FOO_IDL
2 #define FOO_IDL
4 interface foo
6 boolean match_references ();
7 };
9 #endif /* FOO_IDL */