summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 058948efb5b..261d4c80657 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,16 @@
+Thu Jun 17 21:59:34 UTC 2010 Steve Huston <shuston@riverace.com>
+
+ * ace/Time_Value.{h inl}: Added explicit set_ and get_ methods for
+ ACE_UINT64 msec values. Also marked the existing "getter"
+ msec(ACE_UINT64&) methods deprecated because they look like
+ setter methods and are confusing. Users should change to get_msec().
+ Resolves Bugzilla #3336.
+
+ * NEWS: Described the new methods and rationale.
+
+ * tests/Time_Value_Test.cpp: Added test cases for the new
+ set_msec() and get_msec() methods.
+
Thu Jun 17 19:47:58 UTC 2010 Steve Huston <shuston@riverace.com>
* ace/DLL_Manager.cpp: Add _get_dll_unload_policy() function that