summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_EventBase.idl
blob: 5fa3d1eb02644ce4be2a651a0428d46f2fe1c6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Compliant with OMG 06-04-01 Section 6.6.1.2

#if !defined (CCM_EVENTBASE_IDL)
#define CCM_EVENTBASE_IDL

#if !defined (CCM_NOEVENT)
module Components
{
  typeprefix Components "omg.org";

  abstract valuetype EventBase {};
};
#endif
#endif /* CCM_EVENTBASE_IDL */