summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_StandardConfigurator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/CCM_StandardConfigurator.idl')
-rw-r--r--CIAO/ccm/CCM_StandardConfigurator.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/CIAO/ccm/CCM_StandardConfigurator.idl b/CIAO/ccm/CCM_StandardConfigurator.idl
deleted file mode 100644
index b25e3156677..00000000000
--- a/CIAO/ccm/CCM_StandardConfigurator.idl
+++ /dev/null
@@ -1,29 +0,0 @@
-/// Compliant with OMG 06-04-01 Section 6.10.1.2
-
-#if !defined (CCM_STANDARDCONFIGURATOR_IDL)
-#define CCM_STANDARDCONFIGURATOR_IDL
-
-#include "ccm/CCM_Configurator.idl"
-#include "ccm/CCM_Navigation.idl"
-
-module Components
-{
- typeprefix Components "omg.org";
-
- valuetype ConfigValue
- {
- public FeatureName name;
- public any value;
- };
-
- typedef sequence<ConfigValue> ConfigValues;
-
-#if !defined (CCM_LW)
- interface StandardConfigurator : Configurator
- {
- void set_configuration (in ConfigValues descr);
- };
-#endif
-
-};
-#endif /* CCM_STANDARDCONFIGURATOR_IDL */