summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-07 13:17:33 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-07 13:17:33 +0000
commit18b3eaa0da673b3892d95436b2601d7e7b98cb0f (patch)
tree3d028eab832110611cfba440944f6a662b262735 /TAO/ChangeLog-98c
parentc8831f7f3d75afc7afa391cb31f464058c555caf (diff)
downloadATCD-18b3eaa0da673b3892d95436b2601d7e7b98cb0f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r--TAO/ChangeLog-98c18
1 files changed, 12 insertions, 6 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index cb3791321b9..647c96097d7 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,16 +1,22 @@
+Thu Jan 07 07:16:29 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Event/RT_Task.cpp (svc): initialize local
+ "priority" to 0 to avoid warning about uninitialized use
+ from DEC cxx with DCE threads.
+
Thu Jan 07 05:07:33 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* TAO version 0.2.48 released.
Thu Jan 07 04:06:51 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * Connect.cpp (check_unexpected_data): Made the checks for 0 and
- -1 from recv() the same. 0 is a graceful shutdown, while -1 is a
- somewhat ugly shutdown. Both will result in this function
- returning -1 and this connection getting closed.
+ * Connect.cpp (check_unexpected_data): Made the checks for 0 and
+ -1 from recv() the same. 0 is a graceful shutdown, while -1 is a
+ somewhat ugly shutdown. Both will result in this function
+ returning -1 and this connection getting closed.
- * Invocation.cpp (invoke): Added asserts to check for failures in
- resume_handler().
+ * Invocation.cpp (invoke): Added asserts to check for failures in
+ resume_handler().
Wed Jan 06 16:44:06 1999 David L. Levine <schmidt@cs.wustl.edu>