summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-14 22:31:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-14 22:31:13 +0000
commit5d688f561cc2af005edaabd76f82c0dff47e2d91 (patch)
tree54e0aa67f1087d05cfdd727f4798458810e51ba4
parenta978d11faf1b49dc82bacb687d61f8dc58738d6c (diff)
downloadATCD-5d688f561cc2af005edaabd76f82c0dff47e2d91.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 13e506ffad1..4f9424269d2 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,5 +1,9 @@
Wed Oct 14 12:36:00 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * tests/MT_Reactor_Timer_Test.cpp (main): Added a test to make
+ sure that the ACE_Reactor::handle_events() method properly
+ counts the number of expired timers.
+
* ace/Select_Reactor_T: Updated the various methods so that
handle_events() now works as advertised, i.e., it actually
returns the number of event handlers it dispatched.