summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-26 01:59:47 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-26 01:59:47 +0000
commita729ee3cf0d51fd2b5819a2a75c58510a0c8b123 (patch)
tree0e686514607a26ee57082267ab7a86cdc24b2068
parente250aca027bddd4ef3a5f1bfba7d6070c5d193e5 (diff)
downloadATCD-a729ee3cf0d51fd2b5819a2a75c58510a0c8b123.tar.gz
Timer_Queue::gettimeofday
-rw-r--r--ChangeLog-97a16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 9e55055eaaa..f54389d7097 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,19 @@
+Tue Feb 25 19:57:54 1997 <harrison@samba.cs.wustl.edu>
+
+ * ace/Timer_Queue.cpp (gettimeofday): Added gettimeofday accessors
+ on the Timer_Queue. The default implementation calls
+ ACE_OS::gettimeofday. Applications can specify, via pointers to
+ functions, that a timer queue use an alternate gettimeofday
+ implementation (e.g., a high resolution timer).
+
+ * ace/Reactor.cpp (schedule_timer): The Reactor no longer calls
+ ACE_OS::gettimeofday. Instead, it calls
+ Timer_Queue::gettimeofday.
+
+ * ace/ReactorEx.cpp (schedule_timer): The ReactorEx no longer calls
+ ACE_OS::gettimeofday. Instead, it calls
+ Timer_Queue::gettimeofday.
+
Tue Feb 25 17:40:57 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* ace/Log_Msg.cpp: Updated the 'p' option of the log() method to