summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/Bug_3817_Regression/Bar.idl
blob: a35db34579c6b3975c4a735d69543ec339365c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

#ifndef BAR_IDL_
#define BAR_IDL_

#include <Components.idl>

interface Foo
{
  void do_foo();
};

component Bar
{
  provides Foo foo1;
  provides Foo foo2;
};

#endif /* BAR_IDL_ */