summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-08 20:41:43 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-08 20:41:43 +0000
commitce166cd8c8fff5eb5a7ba8ea3bbeb7cf5a788979 (patch)
tree8f44a39cab9aa97c15d0e8a0421a4585cb1904cb
parent271d40fe104ae1dd3ad319ba6755544133c93772 (diff)
downloadATCD-ce166cd8c8fff5eb5a7ba8ea3bbeb7cf5a788979.tar.gz
Changed it, what else?
-rw-r--r--ChangeLog-96b8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index ee5fd38f6b0..241ce377e59 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -1,3 +1,11 @@
+Sun Dec 8 14:39:53 1996 Tim H. Harrison <harrison@lambada.cs.wustl.edu>
+
+ * ace/Timer_Queue.i: Added a timer_skew_ data member and accessor
+ methods to ACE_Timer_Queue. Also added an expire method that
+ calls gettimeofday and adds the timer_skew_ for you. These
+ changes will help simplify Reactor, Proactor, and ReactorEx
+ code.
+
Sun Dec 8 10:27:19 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/Reactor.cpp (handle_events): Added the new version of the