summaryrefslogtreecommitdiff
path: root/TAO/tao/POA.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-23 19:46:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-23 19:46:42 +0000
commit2bfed9fa76117fa08101345f3f4a01e561ca2aec (patch)
tree17da0b686f403eb0a41826219797b1c8e390490c /TAO/tao/POA.cpp
parent1cca6a9d62afa4332962aea92b6fdb514727393d (diff)
downloadATCD-2bfed9fa76117fa08101345f3f4a01e561ca2aec.tar.gz
migrated to ACE_OS::WChar
Diffstat (limited to 'TAO/tao/POA.cpp')
-rw-r--r--TAO/tao/POA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/POA.cpp b/TAO/tao/POA.cpp
index 36a000fdfd5..73e85967b36 100644
--- a/TAO/tao/POA.cpp
+++ b/TAO/tao/POA.cpp
@@ -2918,7 +2918,7 @@ TAO_POA::wstring_to_ObjectId (const CORBA::WChar *string)
// We DO NOT include the zero terminator, as this is simply an
// artifact of the way strings are stored in C.
//
- CORBA::ULong string_length = ACE_WString::wstrlen (string);
+ CORBA::ULong string_length = ACE_OS::wslen (string);
size_t buffer_size = string_length * sizeof (CORBA::WChar);