summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_Base.idl
blob: aae57b622356d02afc46a916513a69e15dfed5f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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 */