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

#if !defined (CCM_CONFIGURATOR_IDL)
#define CCM_CONFIGURATOR_IDL

#if !defined (CCM_LW)

module Components
{
  typeprefix Components "omg.org";

  exception WrongComponentType {};

  interface CCMObject;

  interface Configurator
  {
    void configure (in CCMObject comp)
      raises (WrongComponentType);
  };
};

#endif

#endif /* CCM_CONFIGURATOR_IDL */