summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-06 23:23:33 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-06 23:23:33 +0000
commite03c3c4067fa40d01e65216f66db71c9947fa6e7 (patch)
treeb3102e8e2cb9fed1f65ec61d158d89cf20254d75
parent3c4d477c5d78cd76af68f815481e96e01e106bd7 (diff)
downloadATCD-e03c3c4067fa40d01e65216f66db71c9947fa6e7.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index b16ee6a16cd..8b264d6fc9a 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,11 @@
+Tue Jan 06 17:19:13 1998 Nanbor Wang <nw1@cs.wustl.edu>
+
+ * ace/Containers.{h,cpp} (ACE_Unbounded_Set[_Iterator]): Added
+ STL-styled iterator functions. Changed the internal
+ representation of ACE_Unbounded_Set within iterators from a
+ reference to a pointer. We need this to compare if two
+ iterators are refering to the same set or not.
+
Tue Jan 6 14:11:54 1998 Carlos O'Ryan <coryan@swarm.cs.wustl.edu>
* tests/Reader_Writer_Test.cpp: