summaryrefslogtreecommitdiff
path: root/TAO/tests/objref_comparison_test/foo.idl
blob: 7f4177c6e84ade33b507cd93a285d6bec4656651 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef FOO_IDL
#define FOO_IDL

interface foo
{
  boolean match_references ();
};

#endif /* FOO_IDL */