summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Lem_Pragma/A.idl
blob: bf1b98b1c59dd5b716cdeaaf1ec24fec24a9fdd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifndef A_IDL
#define A_IDL

#pragma ciao lem "AE.idl"

interface A
{
};

#endif /* A_IDL */