summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/AttributeDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/AttributeDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/AttributeDef_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/AttributeDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/AttributeDef_i.cpp
index 6d1dc2bf062..51fc73ffd77 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/AttributeDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/AttributeDef_i.cpp
@@ -140,12 +140,12 @@ TAO_AttributeDef_i::type_def_i (CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- CORBA::String_var type_path =
+ char *type_path =
this->reference_to_path (type_def);
this->repo_->config ()->set_string_value (this->section_key_,
"type_path",
- type_path.in ());
+ type_path);
}
CORBA::AttributeMode