summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/ArrayDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/ArrayDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ArrayDef_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/ArrayDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/ArrayDef_i.cpp
index cfb58e1f3b7..2bc66837d7d 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/ArrayDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/ArrayDef_i.cpp
@@ -211,12 +211,12 @@ TAO_ArrayDef_i::element_type_def_i (CORBA::IDLType_ptr element_type_def
this->destroy_element_type (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
- CORBA::String_var new_element_path =
+ char *new_element_path =
this->reference_to_path (element_type_def);
this->repo_->config ()->set_string_value (this->section_key_,
"element_path",
- new_element_path.in ());
+ new_element_path);
}
void