summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b28
1 files changed, 17 insertions, 11 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 3adf02c7e9a..fc7a39d50fd 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,20 +1,26 @@
+Wed Jul 21 21:19:36 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE-INSTALL.html: added note about ACE support for
+ shared libraries on VxWorks. It's still under
+ development.
+
Wed Jul 21 18:38:00 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Strategies_T.h (ACE_Cached_Connect_Strategy): Renamed
- <connection_cache_> to <connection_map_>.
+ * ace/Strategies_T.h (ACE_Cached_Connect_Strategy): Renamed
+ <connection_cache_> to <connection_map_>.
- * ace/Hash_Cache_Map_Manager_T.cpp (find): Finding and updating
- the attributes is faster through the find() that uses an entry.
- Therefore, for find (key, value) and find (key) we go to
- find (key, entry) instead of going to the base class.
+ * ace/Hash_Cache_Map_Manager_T.cpp (find): Finding and updating
+ the attributes is faster through the find() that uses an entry.
+ Therefore, for find (key, value) and find (key) we go to
+ find (key, entry) instead of going to the base class.
- * ace/Cached_Connect_Strategy_T.cpp:
+ * ace/Cached_Connect_Strategy_T.cpp:
- - ACE_Cached_Connect_Strategy_Ex::check_hint_i
- - ACE_Cached_Connect_Strategy_Ex::find
+ - ACE_Cached_Connect_Strategy_Ex::check_hint_i
+ - ACE_Cached_Connect_Strategy_Ex::find
- Update the caching attributes directly since we don't do a
- find() on the cache map.
+ Update the caching attributes directly since we don't do a
+ find() on the cache map.
Wed Jul 21 15:54:25 1999 Nanbor Wang <nanbor@cs.wustl.edu>