summaryrefslogtreecommitdiff
path: root/tests/Thread_Pool_Reactor_Test.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 05:01:59 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 05:01:59 +0000
commit8cb18df9b48a081760a3cd35d85657e15c8fd74d (patch)
tree7788edf883747506ea0c3a3345566192715682f8 /tests/Thread_Pool_Reactor_Test.cpp
parentf8837281fe03c92dedd6e08ecf1403292ffda0a6 (diff)
downloadATCD-8cb18df9b48a081760a3cd35d85657e15c8fd74d.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Thread_Pool_Reactor_Test.cpp')
-rw-r--r--tests/Thread_Pool_Reactor_Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Thread_Pool_Reactor_Test.cpp b/tests/Thread_Pool_Reactor_Test.cpp
index 93393c28453..6f48e10e3bf 100644
--- a/tests/Thread_Pool_Reactor_Test.cpp
+++ b/tests/Thread_Pool_Reactor_Test.cpp
@@ -226,7 +226,6 @@ cli_worker (void *arg)
ASYS_TEXT ("(%t) conn_worker handle 0x%x, req %d\n"),
stream.get_handle (),
j+1));
- // @@ Nanbor, please check the return value here!
if (stream.send_n (arg, len + sizeof (ASYS_TCHAR)) == -1)
{
ACE_ERROR ((LM_ERROR,
@@ -280,7 +279,6 @@ worker (void *)
ASYS_TEXT ("shutdown stream handle = %x\n"),
stream.get_handle ()));
- // @@ Nanbor, please check the return value here.
if (stream.send_n (sbuf, ACE_OS::strlen (sbuf) + 1) == -1)
ACE_ERROR ((LM_ERROR,
ASYS_TEXT ("(%t) %p\n"),