summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-09 18:29:20 +0000
committerSteve Huston <shuston@riverace.com>1999-07-09 18:29:20 +0000
commitaa58c1e7dbf422b7ab11f17a71754d5d2897df6c (patch)
treec51411641fb65c441d895ce7bfa35d0161af9146 /tests
parent059a4d4df9821502f78a6bdc3cdd3e9f3432cf01 (diff)
downloadATCD-aa58c1e7dbf422b7ab11f17a71754d5d2897df6c.tar.gz
Changed Dispatch_Count_Handler::timers_fired_ from int to size_t to make
a good match with ACE_MAX_TIMERS.
Diffstat (limited to 'tests')
-rw-r--r--tests/MT_Reactor_Timer_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MT_Reactor_Timer_Test.h b/tests/MT_Reactor_Timer_Test.h
index d657a5533a2..0895acd1e71 100644
--- a/tests/MT_Reactor_Timer_Test.h
+++ b/tests/MT_Reactor_Timer_Test.h
@@ -102,7 +102,7 @@ private:
int input_seen_;
int notify_seen_;
- int timers_fired_;
+ size_t timers_fired_;
};