summaryrefslogtreecommitdiff
path: root/ChangeLog-97b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-07 22:07:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-07 22:07:58 +0000
commit63311be5551f8810a4ca9e401eea7b091eb0847a (patch)
tree98e8903cb592c02c1ccc013e55720ab85e153414 /ChangeLog-97b
parent6f57dded9d534acc2c5910e748fb82c6e6d365b7 (diff)
downloadATCD-63311be5551f8810a4ca9e401eea7b091eb0847a.tar.gz
gs@
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r--ChangeLog-97b14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index c68f77f11b5..fa98c4bea5d 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -1,7 +1,19 @@
+Fri Nov 7 16:04:35 1997 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace/Thread_Manager.cpp: Added a missing '>' for one of the
+ template specializations. Thanks to Torbjorn Lindgren
+ <tl@funcom.no> for reporting this.
+
+ * ace/OS.cpp: ACE_OS::ACE_OS is defined in OS.cpp, which causes
+ the compiler to complain about multiple definitions. Other
+ ACE_CLASS_IS_NAMESPACE doesn't have constructors, which is why
+ they work. Thanks to Torbjorn Lindgren <tl@funcom.no> for
+ reporting this.
+
Fri Nov 7 16:03:13 1997 Sumedh Mungee <sumedh@lindy.cs.wustl.edu>
* tests/SOCK_Connector_Test.cpp (fail_no_listener_nonblocking):
- Added ECONNREFUSED as a "valid failure", alongwith EWOULDBLOCK.
+ Added ECONNREFUSED as a "valid failure", alongwith EWOULDBLOCK.
Fri Nov 07 15:14:51 1997 David L. Levine <levine@cs.wustl.edu>