diff options
author | Steve Huston <shuston@riverace.com> | 2002-08-27 17:38:26 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-08-27 17:38:26 +0000 |
commit | d7ffff255cb6b4831a4a9ec762f16c597c5a9c22 (patch) | |
tree | 975bd4989100178940b9f15c0ad737d40b783b54 /tests/Thread_Pool_Reactor_Resume_Test.cpp | |
parent | fc10126421f88fc8d2a811fd660c8fa5a8bb3d3f (diff) | |
download | ATCD-d7ffff255cb6b4831a4a9ec762f16c597c5a9c22.tar.gz |
ChangeLogTag:Tue Aug 27 13:28:17 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Thread_Pool_Reactor_Resume_Test.cpp')
-rw-r--r-- | tests/Thread_Pool_Reactor_Resume_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Thread_Pool_Reactor_Resume_Test.cpp b/tests/Thread_Pool_Reactor_Resume_Test.cpp index 3dde6a34920..86b42311e00 100644 --- a/tests/Thread_Pool_Reactor_Resume_Test.cpp +++ b/tests/Thread_Pool_Reactor_Resume_Test.cpp @@ -304,7 +304,7 @@ worker (void *) ACE_OS::sleep (3); const ACE_TCHAR *msg = ACE_TEXT ("Message from Connection worker"); ACE_TCHAR buf [BUFSIZ]; - buf[0] = ACE_OS::strlen (msg) + 1; + buf[0] = ACE_static_cast (ACE_TCHAR, (ACE_OS_String::strlen (msg) + 1)); ACE_OS::strcpy (&buf[1], msg); ACE_INET_Addr addr (rendezvous); |