diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-21 02:19:20 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-21 02:19:20 +0000 |
commit | 5ed73f5e12b9f2b29a64bbeb59ef5e02e2ed82b2 (patch) | |
tree | c0bb0eb13dfd8efbb8228ba705798e4742d786d7 /tests/MT_SOCK_Test.cpp | |
parent | 1ae2604067857ec3dfcffdf365127a153a4161e0 (diff) | |
download | ATCD-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.cpp | 2 |
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, |