summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
blob: 989482da693a1455815c95e004f4e00b1844c286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$
#ifndef IC_Foo_IDL
#define IC_Foo_IDL

#include <Components.idl>

#pragma ciao lem "IC_FooE.idl"

component Foo
{
};


#endif