diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-03 15:20:29 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-03 15:20:29 +0000 |
commit | 60ce25f4bbdc791adb95b763ff780d1d5fcb65e1 (patch) | |
tree | 14b0b827ec769553e562d1b89dd0e91e5dfe106d /ChangeLog-98b | |
parent | 7ef612d991226a5bb914b64446952714105f667c (diff) | |
download | ATCD-60ce25f4bbdc791adb95b763ff780d1d5fcb65e1.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 9bba48e2f6f..354acf150ec 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,13 @@ +Sun Jan 03 09:12:23 1999 David L. Levine <levine@cs.wustl.edu> + + * ace/Basic_Types.* (ACE_U_LongLong): unioned the data members + with a double, to ensure alignment on 8-byte boundaries. It + could matter when an ACE_U_LongLong is used as a true 8-byte + quantity, such as in a call to Solaris ::gethrtime (). + + * tests/Time_Value_Test.cpp: replaced remaining #ifdef + ACE_HAS_STHREADS with #ifdef sun. + Sat Jan 2 23:48:44 1999 James CE Johnson <jcej@chiroptera.tragus.org> * docs/ACE-tutorials.html |