summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/COIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/COIOP_Profile.cpp')
-rw-r--r--TAO/tao/Strategies/COIOP_Profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/COIOP_Profile.cpp b/TAO/tao/Strategies/COIOP_Profile.cpp
index 0e1db4b6eea..9802c361d07 100644
--- a/TAO/tao/Strategies/COIOP_Profile.cpp
+++ b/TAO/tao/Strategies/COIOP_Profile.cpp
@@ -98,7 +98,7 @@ TAO_COIOP_Profile::parse_string_i (const char *ior)
// Pull off the "hostname:port/" part of the objref
// Copy the string because we are going to modify it...
const char *okd =
- ACE_OS::strchr (ior, this->object_key_delimiter_);
+ std::strchr (ior, this->object_key_delimiter_);
if (okd == 0 || okd == ior)
{