summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-07 18:37:57 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-07 18:37:57 +0000
commit8a938b9495cea07106fcf82e7ec6fa42916766b8 (patch)
treec5e0c35356d0308ca197fcc73545fbd5b4290801 /ChangeLog-98b
parent52dce6ce9b5147fbbb14b578145b187266d7420a (diff)
downloadATCD-8a938b9495cea07106fcf82e7ec6fa42916766b8.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 572c5090bdc..314b37a6889 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,5 +1,9 @@
Thu May 07 04:15:23 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+ * ace/Profile_Timer.cpp (elapsed_time): Treat Win32 differently
+ so I can use this function with WinCE Emulation build. The
+ problem is that Win32 can't convert __int64 to double.
+
* ace/OS.{h,cpp} (ACE_Time_Value): (Win32 only) Added a new static
const member (Time_To_The_Beginning) of type DWORDLONG (unsigned
_int64) to adjust the time skew between FILETIME and POSIX time.