summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.idl
blob: 94804cd867ba4ee172bda1a4f4749443fc3bf2a0 (plain)
1
2
3
4
5
6
7
8
9
// $Id$

#include <Components.idl>
#include "IhC_Foo.idl"
#include "IhC_FooE.idl"

component Bar : Foo
{
};