summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_Configurator.idl
blob: 0871a7c1a01536bc86f0512b63f7d4dc48e19f7b (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
/// 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 */