summaryrefslogtreecommitdiff
path: root/tests/Recursive_Condition_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-11-06 23:57:57 +0000
committerSteve Huston <shuston@riverace.com>2002-11-06 23:57:57 +0000
commit432b724f5bd378ed837d31e2c798a216a0a93f74 (patch)
tree45835a1fffe7850b50f65197e57b227818a2bda7 /tests/Recursive_Condition_Test.cpp
parentb547f7aa1fa95c3c0444ed7dea995a3f9636cca8 (diff)
downloadATCD-432b724f5bd378ed837d31e2c798a216a0a93f74.tar.gz
ChangeLogTag:Wed Nov 6 18:55:22 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Recursive_Condition_Test.cpp')
-rw-r--r--tests/Recursive_Condition_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Recursive_Condition_Test.cpp b/tests/Recursive_Condition_Test.cpp
index 39639fca0a7..6fa0eb56245 100644
--- a/tests/Recursive_Condition_Test.cpp
+++ b/tests/Recursive_Condition_Test.cpp
@@ -46,8 +46,9 @@ public:
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("(%t) Test_Handler::handle_timeout\n")));
++this->nr_expirations_;
+ void *nc_arg = ACE_const_cast (void *, arg);
Thread_Timer_Queue *timer_queue =
- ACE_reinterpret_cast (Thread_Timer_Queue *, arg);
+ ACE_reinterpret_cast (Thread_Timer_Queue *, nc_arg);
ACE_Time_Value timeout = ACE_OS::gettimeofday () + ACE_Time_Value (1, 0);