summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.cpp')
-rw-r--r--TAO/tao/CORBALOC_Parser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CORBALOC_Parser.cpp b/TAO/tao/CORBALOC_Parser.cpp
index 8a2c93268d8..abb8ac5b806 100644
--- a/TAO/tao/CORBALOC_Parser.cpp
+++ b/TAO/tao/CORBALOC_Parser.cpp
@@ -119,7 +119,7 @@ TAO_CORBALOC_Parser::assign_key_string (char *& cloc_name_ptr,
+ key_string.length ());
// Copy the default <iiop> prefix.
- ACE_OS::strcpy (end_point.out (),
+ ACE_OS::strcpy (end_point.inout (),
iiop_prefix);
// Append '://'
@@ -146,7 +146,7 @@ TAO_CORBALOC_Parser::assign_key_string (char *& cloc_name_ptr,
// Example:
// prot_name.c_str () = iiop
- ACE_OS::strcpy (end_point.out (),
+ ACE_OS::strcpy (end_point.inout (),
prot_name.c_str ());;