summaryrefslogtreecommitdiff
path: root/tests/MT_SOCK_Test.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-21 02:19:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-21 02:19:20 +0000
commit5ed73f5e12b9f2b29a64bbeb59ef5e02e2ed82b2 (patch)
treec0bb0eb13dfd8efbb8228ba705798e4742d786d7 /tests/MT_SOCK_Test.cpp
parent1ae2604067857ec3dfcffdf365127a153a4161e0 (diff)
downloadATCD-5ed73f5e12b9f2b29a64bbeb59ef5e02e2ed82b2.tar.gz
ChangeLogTag:Thu Jan 20 18:18:00 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'tests/MT_SOCK_Test.cpp')
-rw-r--r--tests/MT_SOCK_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MT_SOCK_Test.cpp b/tests/MT_SOCK_Test.cpp
index 4220a76ae33..0f310d55190 100644
--- a/tests/MT_SOCK_Test.cpp
+++ b/tests/MT_SOCK_Test.cpp
@@ -125,7 +125,7 @@ static void *
server (void *arg)
{
ACE_SOCK_Acceptor *peer_acceptor =
- ACE_static_cast (ACE_SOCK_Acceptor *, arg);
+ static_cast<ACE_SOCK_Acceptor *> (arg);
if (peer_acceptor->enable (ACE_NONBLOCK) == -1)
ACE_ERROR ((LM_ERROR,