summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Glfa/A.idl
blob: 559c514560d24a13bd0ecb5609570405510b1bd3 (plain)
1
2
3
4
5
6
7
8
// $Id$
#ifndef A_IDL
#define A_IDL

interface A
{};

#endif