summaryrefslogtreecommitdiff
path: root/ace/Naming_Context.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-10-05 00:25:54 +0000
committerSteve Huston <shuston@riverace.com>2002-10-05 00:25:54 +0000
commite74d754e3840773616f8e5c809ff79f21dfc2170 (patch)
tree7caccdf49e172841bf42289e545ee8ab18383951 /ace/Naming_Context.cpp
parent2dc99eb025ae04f71b670494277f50a80b2a6e5f (diff)
downloadATCD-e74d754e3840773616f8e5c809ff79f21dfc2170.tar.gz
ChangeLogTag:Fri Oct 4 20:22:41 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Naming_Context.cpp')
-rw-r--r--ace/Naming_Context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Naming_Context.cpp b/ace/Naming_Context.cpp
index 0bc5e27ea63..c3d682592c8 100644
--- a/ace/Naming_Context.cpp
+++ b/ace/Naming_Context.cpp
@@ -49,7 +49,7 @@ ACE_Naming_Context::info (ACE_TCHAR **strp,
return -1;
else
ACE_OS_String::strsncpy (*strp, buf, length);
- return ACE_OS_String::strlen (buf);
+ return ACE_static_cast (int, ACE_OS_String::strlen (buf));
}
int