summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 03:41:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 03:41:10 +0000
commitbfcb1cbeb920eb6962c927db487c8f08ef15ab3c (patch)
tree9ebc3d1b68a28c4c7e2d9d45121c5ed989959817
parent10b508988959621dc2a426721583adbed71e5c8f (diff)
downloadATCD-bfcb1cbeb920eb6962c927db487c8f08ef15ab3c.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 9db73cacd86..84af6389b37 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -3,6 +3,10 @@ Mon Feb 16 14:57:26 1998 David L. Levine <levine@cs.wustl.edu>
* tests/Priority_Task_Test.cpp (open): fallback to minimum
ACE_SCHED_OTHER priority instead of 0.
+ * tests/Priority_Task_Test.cpp (open): suppress warning message
+ about retrying task activation with fallback priority unless -d
+ option is specified.
+
* ace/High_Res_Timer.cpp: initialize global_scale_factor_ to 1 if
ACE_HAS_{,AIX_}HI_RES_TIMER and ACE_WIN32 are not defined.
Thanks to Robert Olson <olson@mcs.anl.gov> for reporting a