summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/Bug_3834_Regression/Moo.idl
blob: a833fc8d170764b3bbf75c93c4db8c7f68723df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifndef MOO_IDL_
#define MOO_IDL_

interface Moo
{
  void do_something();
};

#endif /* MOO_IDL_ */