summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Inherited_Component/IhC_Foo.idl
blob: 34a547ccde97aa1765b3d54ac3c3364db1dc4880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#include <Components.idl>

interface foo_intf
{
};


component Foo
{
  provides foo_intf foo_port;
};