summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-18 20:16:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-18 20:16:05 +0000
commita893617d12ad8059c4f47ed0c2fd1c98ca689c37 (patch)
tree3262d68dc5c5f32717a2bfd0b4218f3a44c5f899
parent8214b55c752813ecc9fa0e78b6aeb8379f52432a (diff)
downloadATCD-a893617d12ad8059c4f47ed0c2fd1c98ca689c37.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 56e6c4484a0..36ef4bcb20e 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,13 @@
+Sun May 18 15:13:14 1997 David L. Levine <levine@cs.wustl.edu>
+
+ * netsvcs/lib/Server_Logging_Handler.cpp: removed second
+ ACE_Svc_Handler specialization for non-threaded, has-TLI case.
+ That's because it is the same as the first; the only difference
+ was that one specialized with ACE_SYNCH and the other with
+ ACE_NULL_SYNCH. Without threads, those macros expand to the
+ same thing. Thanks Sandro Doro <doros@aureus.sublink.org> for
+ reporting this.
+
Sun May 18 09:20:15 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/Singleton.cpp: Added the updated version of