summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-10 01:59:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-10 01:59:09 +0000
commit3228a511f403243b341868c21d3c95631811cf13 (patch)
tree8e0b2c6e0c56368afefad166a17c4d1748b3a89b
parente5a491306b8c5c80887fe50821368991733fd1aa (diff)
downloadATCD-3228a511f403243b341868c21d3c95631811cf13.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 22f80f789e0..9ea0a4d74bb 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,11 @@
+Fri Jul 9 20:54:30 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/UNIX_Addr.{h,i} (hash):
+
+ Implemented a hash function for ACE_UNIX_Addr instead of relying
+ on the base class no-op hash function. Thanks to Irfan for
+ explaining the best way to do this.
+
Fri Jul 9 20:39:47 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* tests/Cached_Conn_Test.cpp: Added an Svc_Handler class which