summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-16 21:13:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-16 21:13:56 +0000
commit54e2ad1efb003342e5cc5b0b89057761d9306a0d (patch)
treea0ae2f51be66b2771349a9a292fa7f838fe4893c
parent3698d90248c2e4b15d89473e0a398f71ce6b4553 (diff)
downloadATCD-54e2ad1efb003342e5cc5b0b89057761d9306a0d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b7
-rw-r--r--TAO/ChangeLog-98c5
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 6b9f24d5ae5..800a685ef78 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,10 @@
+Fri Oct 16 15:45:08 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/[Hash_]Map_Manager: Removed the use of locking for the
+ iterators. This is totally broken when using STL-style
+ iterators, so it's better to let users figure out their usecase,
+ rather than guess wrong and screwing up their code.
+
Fri Oct 16 14:57:58 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Hash_Map_Manager and Map_Manager: Fixed the operator++ and
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 1a4aa58f9ca..7755b1d7c84 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,8 @@
+Fri Oct 16 15:48:48 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * tao/POA.cpp: Changed from operator++ to ++operator to be more
+ efficient. Thanks to Irfan for suggesting this change.
+
Fri Oct 16 17:00:47 1998 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
* TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp: