summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_Base.idl
blob: d5fdac6191921465d77832bd87a536979cb69b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#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 */