summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_HomeConfiguration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/CCM_HomeConfiguration.idl')
-rw-r--r--CIAO/ccm/CCM_HomeConfiguration.idl26
1 files changed, 0 insertions, 26 deletions
diff --git a/CIAO/ccm/CCM_HomeConfiguration.idl b/CIAO/ccm/CCM_HomeConfiguration.idl
deleted file mode 100644
index 231f46483ff..00000000000
--- a/CIAO/ccm/CCM_HomeConfiguration.idl
+++ /dev/null
@@ -1,26 +0,0 @@
-/// 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
- {
-#if !defined (CCM_LW)
- void set_configurator (in Configurator cfg);
-#endif
- void set_configuration_values (in ConfigValues config);
-#if !defined (CCM_LW)
- void complete_component_configuration (in boolean b);
- void disable_home_configuration();
-#endif
- };
-};
-#endif /* CCM_HOMECONFIGURATOR_IDL */