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

#if !defined (CCM_HOMECONFIGURATION_IDL)
#define CCM_HOMECONFIGURATION_IDL

#include "ccm/CCM_Configurator.idl"
#include "ccm/CCM_StandardConfigurator.idl"
#include "ccm/CCM_Home.idl"

module Components
{
  typeprefix Components "omg.org";

  interface HomeConfiguration : CCMHome
  {
    void set_configurator (in Configurator cfg);
    void set_configuration_values (in ConfigValues config);
    void complete_component_configuration (in boolean b);
    void disable_home_configuration();
  };
};
#endif /* CCM_HOMECONFIGURATOR_IDL */