summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-21 17:06:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-21 17:06:50 +0000
commit2c1882c7416d40fd95e660244f4095530368253e (patch)
treeec2bd6ce1905dcffd46c3cbca31e3876301756a5
parent2f692083d0d0d5fd10dcc86ba8edc908ceb4223c (diff)
downloadATCD-2c1882c7416d40fd95e660244f4095530368253e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97a10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 68eab9859b6..266a6057501 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,13 @@
+Fri Feb 21 11:01:22 1997 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Thread_Priority.cpp: fixed return type of
+ convert_to_os_priority () for Linux. Thanks to
+ James CE Johnson <jcej@lads.com> for pointing this out.
+
+ * examples/Shared_Malloc/test_malloc.cpp,
+ examples/System_V_IPC/SV_Message_Queues/{T,}MQ_Server.cpp (main):
+ added ACE_UNUSED_ARG (sa);.
+
Fri Feb 21 04:12:31 1997 <irfan@TWOSTEP>
* ace/OS.h: Added ACE_SEH_FINALLY.