summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-03 23:04:46 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-03 23:04:46 +0000
commitb634a0a04d3c9837a389d1f5891fdf392e6c96db (patch)
tree019578c6db6764bfc0cee12233726d847526d2d8
parentf2907fdfd4dcd2972984032381411c66c1ac0c8b (diff)
downloadATCD-b634a0a04d3c9837a389d1f5891fdf392e6c96db.tar.gz
ChangeLogTag: Mon Feb 3 16:14:27 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c6f01f79267..40cd536d357 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,8 +1,12 @@
Mon Feb 3 16:14:27 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
- * tao/TypeCodeFactory/TypeCodeFactory_i.cpp (create_recursive_tc):
+ * tao/TypeCodeFactory/TypeCodeFactory_i.cpp:
- Added comments and cosmetic changes.
+ Added comments and cosmetic changes to create_recursive_tc().
+ Also changed update_map() to use the CDR stream's total
+ length to get the unaligned offset. Thanks to Matej
+ Sekoranja <matej.sekoranza@ijs.si> for suggesting this
+ last change.
Mon Feb 3 11:30:31 2003 Jeff Parsons <j.parsons@vanderbilt.edu>