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

#ifndef MOO_IDL_
#define MOO_IDL_

#pragma ciao lem "MooE.idl"

interface Moo
{
  void do_something();
};

#endif /* MOO_IDL_ */