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

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

component Bar : Foo
{
};