summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-11 12:30:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-11 12:30:14 +0000
commitb57066820aa756b779b5fcc26176a98ab8289f24 (patch)
tree936af581515f29012af1fc573eb83e5685fe581c /ChangeLogs
parent1175a18a9b8b0c28f49c9c67f79fff1aa81c346c (diff)
downloadATCD-b57066820aa756b779b5fcc26176a98ab8289f24.tar.gz
ChangeLogTag: Thu Apr 11 14:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-02a17
-rw-r--r--ChangeLogs/ChangeLog-03a17
2 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 3f881d0dd59..35adce5554b 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,20 @@
+Thu Apr 11 14:26:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * Timer_Hash_T.h:
+ * Timer_Heap_T.h:
+ * Timer_List_T.h:
+ * Timer_Wheel_T.cpp:
+ * Timer_Wheel_T.h:
+ The timer queue classes schedule timers using absolute time. The
+ describtion in the implementaton files correctly described this,
+ but the header file comment and the argument name where describing
+ that the queues work on delta timers, so corrected this.
+
+ * Timer_Queue_Adapters.cpp:
+ * Timer_Queue_Adapters.h:
+ Updated the describtion that the schedule method expects an absolute
+ time.
+
Thu Apr 11 13:29:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/String_Base.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 3f881d0dd59..35adce5554b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,20 @@
+Thu Apr 11 14:26:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * Timer_Hash_T.h:
+ * Timer_Heap_T.h:
+ * Timer_List_T.h:
+ * Timer_Wheel_T.cpp:
+ * Timer_Wheel_T.h:
+ The timer queue classes schedule timers using absolute time. The
+ describtion in the implementaton files correctly described this,
+ but the header file comment and the argument name where describing
+ that the queues work on delta timers, so corrected this.
+
+ * Timer_Queue_Adapters.cpp:
+ * Timer_Queue_Adapters.h:
+ Updated the describtion that the schedule method expects an absolute
+ time.
+
Thu Apr 11 13:29:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/String_Base.h: