summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-03-24 17:29:51 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-03-24 17:29:51 +0000
commite5b36c7117c927b9fdca37f0d94dcf799775f5e0 (patch)
treed46920d0b41d34088634b32d3f29c95069d64821
parentec156983d2c1ea5adc99a22f7e89105d596b0b6a (diff)
downloadATCD-e5b36c7117c927b9fdca37f0d94dcf799775f5e0.tar.gz
ChangeLogTag: Fixed formatting
-rw-r--r--ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 2793883ea39..f613af69495 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,13 @@ Mon Mar 24 18:03:34 CET 2003 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
* ace/Unbounded_Set.{h,cpp}:
- Added method const_iterator_leave() in class ACE_Unbounded_Set.
- The destructor of the ACE_Unbounded_Set_Const_Iterator calls it.
- Deleted elements are not cleaned up in that case, but they
- probably don't need to, given that we are dealing with a "const"
- set.
- Thanks to Jeff Parsons for noticing the problem.
+ Added method const_iterator_leave() in class ACE_Unbounded_Set.
+ The destructor of the ACE_Unbounded_Set_Const_Iterator calls
+ it. Deleted elements are not cleaned up in that case, but they
+ probably don't need to, given that we are dealing with a "const"
+ set.
+
+ Thanks to Jeff Parsons for noticing the problem.
Mon Mar 24 06:54:55 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>