summaryrefslogtreecommitdiff
path: root/ChangeLog-97a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-29 06:47:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-29 06:47:40 +0000
commitac936fe13a7aba10e87c24a88695467574839385 (patch)
tree69e51223f758e3f49c3a3884056395104c809817 /ChangeLog-97a
parent03d43ac7282f04bb16e1eb5747bfb1bdac923b04 (diff)
downloadATCD-ac936fe13a7aba10e87c24a88695467574839385.tar.gz
foo
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r--ChangeLog-97a8
1 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 6adcbf6474b..ed723010cb9 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -60,14 +60,6 @@ Tue Jan 28 12:42:39 1997 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
* tests/Pipe_Test.cpp (main): Added an iteration count to control
the number of children created by the main process.
- * ace/OS.{h,cpp}: added ACE_OS::set_sched_params (). It permits
- platform-independent setting of thread priorities and priority
- classes. It is currently supported on Solaris, Win32, and VxWorks.
-
- * ace/Scheduling_Parameters.{h,i,cpp},
- ace/Thread_Priority.{h,i,cpp}, ace/Makefile:
- Added these two classes to support ACE_OS::set_sched_params ().
-
* ace/Memory_Pool.cpp (init_acquire): cast this->minimum_bytes_ to
size_t to avoid compiler warning if size_t is unsigned.