summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Valuetype_Factories/ConfigValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Valuetype_Factories/ConfigValue.cpp')
-rw-r--r--CIAO/ciao/Valuetype_Factories/ConfigValue.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/CIAO/ciao/Valuetype_Factories/ConfigValue.cpp b/CIAO/ciao/Valuetype_Factories/ConfigValue.cpp
index 3e5c02f15d9..17eaa33db93 100644
--- a/CIAO/ciao/Valuetype_Factories/ConfigValue.cpp
+++ b/CIAO/ciao/Valuetype_Factories/ConfigValue.cpp
@@ -15,11 +15,8 @@ namespace CIAO
ConfigValue_impl::ConfigValue_impl(const char* the_name,
const CORBA::Any& the_value)
- : OBV_Components::ConfigValue()
+ : OBV_Components::ConfigValue(the_name, the_value)
{
- CORBA::Any any = the_value;
- name (the_name);
- value (any);
}
CORBA::ValueBase* ConfigValue_impl::_copy_value()