summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-07-02 02:59:40 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-07-02 02:59:40 +0000
commit50441f4c6ea7f89bc4bfd28b28e07c108347655e (patch)
tree71765452b81c6e8a7be1df8adec901466ba4edc9 /ACE/ChangeLog
parent8632f81b2f8f469d49c38503d06bd8b54988812b (diff)
downloadATCD-50441f4c6ea7f89bc4bfd28b28e07c108347655e.tar.gz
Thu Jul 2 02:55:09 UTC 2009 Carlos O'Ryan <coryan@glamdring>
* ace/Abstract_Timer_Queue.h: * ace/Timer_Queue_T.h: * ace/Timer_Queue_T.inl: * ace/Timer_Queue_T.cpp: I wanted to use gettimeofday() for the pure virtual function and some other name for the inline function used in the timer queue internals. This is the second and final pass to get that change in. This time, I renamed the internal function to gettimeofday_static(), used the compiler (and grep) to find all uses. Once that compiled I renamed the virtual function from gettimeofday_abstract() to the gettimeofday() function. I know it is convoluted, but it gets the job done without me having to think too much. * ace/Timer_Hash_T.h: * ace/Timer_Hash_T.cpp: * ace/Select_Reactor_T.cpp: * ace/Dev_Poll_Reactor.cpp: * ace/Proactor.cpp: * ace/Timer_Queue_Adapters.cpp: * tests/Timer_Queue_Reference_Counting_Test.cpp: * tests/Timer_Queue_Test.cpp: * examples/APG/Timers/Timers.cpp: * examples/APG/Timers/TimerDispatcher.cpp: * examples/C++NPv2/Logging_Event_Handler_Ex.cpp: Fixed users and tests to use the real name for gettimeofday() in ACE_Abstract_Timer_Queue<>
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9e4b74041f5..f17597659b6 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,34 @@
+Thu Jul 2 02:55:09 UTC 2009 Carlos O'Ryan <coryan@glamdring>
+
+ * ace/Abstract_Timer_Queue.h:
+ * ace/Timer_Queue_T.h:
+ * ace/Timer_Queue_T.inl:
+ * ace/Timer_Queue_T.cpp:
+ I wanted to use gettimeofday() for the pure virtual function and
+ some other name for the inline function used in the timer queue
+ internals.
+ This is the second and final pass to get that change in. This
+ time, I renamed the internal function to gettimeofday_static(),
+ used the compiler (and grep) to find all uses. Once that
+ compiled I renamed the virtual function from
+ gettimeofday_abstract() to the gettimeofday() function.
+ I know it is convoluted, but it gets the job done without me
+ having to think too much.
+
+ * ace/Timer_Hash_T.h:
+ * ace/Timer_Hash_T.cpp:
+ * ace/Select_Reactor_T.cpp:
+ * ace/Dev_Poll_Reactor.cpp:
+ * ace/Proactor.cpp:
+ * ace/Timer_Queue_Adapters.cpp:
+ * tests/Timer_Queue_Reference_Counting_Test.cpp:
+ * tests/Timer_Queue_Test.cpp:
+ * examples/APG/Timers/Timers.cpp:
+ * examples/APG/Timers/TimerDispatcher.cpp:
+ * examples/C++NPv2/Logging_Event_Handler_Ex.cpp:
+ Fixed users and tests to use the real name for gettimeofday() in
+ ACE_Abstract_Timer_Queue<>
+
Wed Jul 1 02:09:44 UTC 2009 Carlos O'Ryan <coryan@glamdring>
* ace/ace.mpc: