summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_Base.idl
blob: f7b529c969bd180cb72a0cd0736a17903c80d47e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$
// Compliant to OMG 06-04-01, section 6.6.8

#if !defined (CCM_BASE_IDL)
#define CCM_BASE_IDL

module Components
{
  typeprefix Components "omg.org";

  exception InvalidConnection {};
  exception AlreadyConnected {};
  exception NoConnection {};
};
#endif /* CCM_BASE_IDL */