summaryrefslogtreecommitdiff
path: root/tests/objref_comparison_test/foo.idl
blob: 4e6dc131beabe2b57607c24c2546cf6e0e209507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifndef FOO_IDL
#define FOO_IDL

interface foo 
{
  boolean match_references ();
};

#endif /* FOO_IDL */