diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-01 19:48:24 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-01 19:48:24 +0000 |
commit | eea7d3f049ea23b007b885c854eee86a3807258c (patch) | |
tree | b58ab2a682730246d66cd95c4aaedd1322b3a8a6 /ChangeLog-97a | |
parent | 7c2b5d9f2f265eb0e0256c2f788dd2b367160985 (diff) | |
download | ATCD-eea7d3f049ea23b007b885c854eee86a3807258c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r-- | ChangeLog-97a | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index 1beac510c43..0f0375e4c75 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,3 +1,11 @@ +Tue Jul 01 14:47:22 1997 David L. Levine <levine@cs.wustl.edu> + + * ace/High_Res_Timer.{h,i} (gettime): use gettime () static function + to wrap all calls to ACE_OS::gethrtime (). On ACE_WIN32, if the + global scale factor has not been set, then use + ACE_OS::gettimeofday () instead of ACE_OS::gethrtime (), because + gettimeofday doesn't need the scale factor. + Mon Jun 30 17:28:53 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * Makefile (RELEASE_FILES): Removed the rpc++ directory from the |