summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-23 13:45:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-23 13:45:47 +0000
commit03e28f7bf4aeefd11186fca8a0afc1f53c6bc3d9 (patch)
tree3bf8aca5f2b4fdc39785f5e27c08645a5ac282e6
parent685993e74d053607dfb47c2d0329e8a7672d3916 (diff)
downloadATCD-03e28f7bf4aeefd11186fca8a0afc1f53c6bc3d9.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index c2ffdb2a665..cbd1ccd8570 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,21 @@
+Tue Dec 23 07:26:28 1997 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/TLI.cpp (get_local_addr): return -1, instead of 0, and
+ set errno (with ACE_NOTSUP_RETURN) if ! ACE_HAS_SVR4_TLI.
+ ({set,get}_option): added ACE_UNUSED_ARfor all
+ arguments if ! ACE_HAS_SVR4_TLI.
+
+ * ace/TLI_Stream.cpp (get_remote_addr): return -1, instead of 0,
+ and set errno (with ACE_NOTSUP_RETURN) if ! ACE_HAS_SVR4_TLI.
+ Declare and set local "name" only if ACE_HAS_SVR4_TLI.
+
+ * ace/TLI_Acceptor.cpp (handle_asynch_event): initialize local
+ "event" instead of defining it in the switch condition, to
+ avoid compiler warning about not using it.
+
+ * examples/IPC_SAP/TLI_SAP/db-server.cpp (lookup_name): removed
+ unused local variable "len".
+
Mon Dec 22 22:42:57 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/OS: Added a few minor changes to Nanbor's Semaphore