summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_Configurator.idl
blob: 6a95548ea1e20a36259138acde3848a5926f6871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$
/// Compliant with OMG 06-04-01 Section 6.10.1.1

#if !defined (CCM_CONFIGURATOR_IDL)
#define CCM_CONFIGURATOR_IDL

module Components
{
  typeprefix Components "omg.org";

  exception WrongComponentType {};

  interface CCMObject;

  interface Configurator
  {
    void configure (in CCMObject comp)
      raises (WrongComponentType);
  };
};
#endif /* CCM_CONFIGURATOR_IDL */