summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-16 20:16:12 +0000
committerSteve Huston <shuston@riverace.com>1999-06-16 20:16:12 +0000
commitf45e8be9ec67ccc72d970810e4f6f6671b5e86a1 (patch)
tree6afbb875a27f1c3f47aae72ae2285a9842b43715
parentd94a0146f2a0239187d8da328ff4c383c4636251 (diff)
downloadATCD-f45e8be9ec67ccc72d970810e4f6f6671b5e86a1.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 2976dda80d6..4ba9d9e5d55 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -23,6 +23,23 @@ Wed Jun 16 13:15:22 1999 Steve Huston <shuston@riverace.com>
* ace/Containers_T.i: Fixed compile errors; ACE_Double_Linked_List_
Iterator_Base::dllist is a pointer, not a reference/object.
+ * ace/Cache_Map_Manager_T.h:
+ * ace/Caching_Strategy_Utility_T.h:
+ * ace/Caching_Strategies_T.h:
+ * ace/Hash_Cache_Map_Manager_T.h:
+ Corrected syntax for #pragma implementation statements.
+
+ * ace/Cache_Map_Manager_T.h: Fully qualified return type on iterator
+ assignment operators.
+
+ * apps/Gateway/Gateway/Event.h: Added ctor initializer on Event to
+ invoke ctor initializer on Event_Header. IBM C++ 3.6.4 requires it.
+
+ * examples/Connection/non_blocking/Makefile:
+ Added LIBS += $(ACELIB) to include libACE when linking the
+ shared libs. Removed VLDLIBS lines because they're set in
+ wrapper_macros.GNU, and it knows to do it correctly for AIX.
+
Wed Jun 16 12:00:21 1999 Jeff Parsons <parsons@cs.wustl.edu>
* ace/SOCK_Dgram_Mcast.cpp: