summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-16 23:05:15 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-16 23:05:15 +0000
commit96537c2be3551391fa44f716eb7cfdded21d9c9c (patch)
treeb45fb84b3ecc3f59a499ecb7cdcd7cb863d12c56 /TAO/ChangeLog
parent5042777d7ba6b1331cc27b7c0b31d2a3e2ad93db (diff)
downloadATCD-96537c2be3551391fa44f716eb7cfdded21d9c9c.tar.gz
ChangeLogTag: Tue Mar 16 17:01:22 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c0593ba11cf..39fbfc5f659 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Tue Mar 16 17:01:22 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
+
+ In generating the body of the _downcast() method, added a
+ space between the opening bracket of the template parameter
+ to the call to dynamic_cast<> and the leading double colon
+ of the fully scoped type name, to avoid the error when
+ some lexers read the character pair "<:" as the digraph
+ for '['.
+
Tue Mar 16 15:35:04 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_array/array.cpp: