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

#if !defined (CCM_EVENTBASE_IDL)
#define CCM_EVENTBASE_IDL

module Components
{
  typeprefix Components "omg.org";

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