summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-16 15:45:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-16 15:45:08 +0000
commita2d266a31968521740b0509a7e8cee58b8dfba60 (patch)
treea6f254cd225cdd1fdb3baa12758b3a8f2c600ad7
parent2893dbdd2c7294340c0356b2e9bcd6b1e389bb34 (diff)
downloadATCD-a2d266a31968521740b0509a7e8cee58b8dfba60.tar.gz
ChangeLogTag: Mon Dec 16 09:29:32 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7b449726296..09d5524b8d9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -3,10 +3,11 @@ Mon Dec 16 09:29:32 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/CORBA_String.h:
* tao/CORBA_String.inl:
- Added the spec-required cast operator to char *& for
+ Added the spec-required cast operator to char*& for
the string_var class. Thanks to Torsten Kuepper
<torsten.kuepper@nokia.com> for reporting the oversight.
- This closes [BUGID:1402].
+ This closes [BUGID:1402]. Also removed the existing
+ non-compliant cast operator to char*.
Sun Dec 15 22:26:29 2002 Priyanka Gontla <pgontla@ece.uci.edu>