summaryrefslogtreecommitdiff
path: root/tests/Semaphore_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
commit7061929d7bb9646b0d90dec0f72d418c5a866c4e (patch)
treec0bb0eb13dfd8efbb8228ba705798e4742d786d7 /tests/Semaphore_Test.cpp
parent0079ef6190c9e047256a485eff2799e8cc10ef02 (diff)
downloadATCD-7061929d7bb9646b0d90dec0f72d418c5a866c4e.tar.gz
ChangeLogTag:Thu Jan 20 18:18:00 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'tests/Semaphore_Test.cpp')
-rw-r--r--tests/Semaphore_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Semaphore_Test.cpp b/tests/Semaphore_Test.cpp
index b281f34fe29..7232666ff10 100644
--- a/tests/Semaphore_Test.cpp
+++ b/tests/Semaphore_Test.cpp
@@ -214,7 +214,7 @@ int run_main (int argc, ACE_TCHAR *argv[])
s.release (n_release_count);
if (ACE_Thread_Manager::instance ()->spawn_n
- (ACE_static_cast (size_t, n_workers),
+ (static_cast<size_t> (n_workers),
ACE_THR_FUNC (worker),
0,
THR_NEW_LWP) == -1)