From 432b724f5bd378ed837d31e2c798a216a0a93f74 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Wed, 6 Nov 2002 23:57:57 +0000 Subject: ChangeLogTag:Wed Nov 6 18:55:22 2002 Steve Huston --- tests/Recursive_Condition_Test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Recursive_Condition_Test.cpp') 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); -- cgit v1.2.1