summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 15:31:34 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 15:31:34 +0000
commit89c5cd6ccb1aea37957e8398d88c85a572b875f9 (patch)
tree9836423c122d746aeaa357237c4d3f726858ce7d
parent32fb3b27d1d69babc4176f782b9eb454fc81df40 (diff)
downloadATCD-89c5cd6ccb1aea37957e8398d88c85a572b875f9.tar.gz
* TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
Fixed extractor for bounded strings. Existing code assumed that CORBA::Any::to_string::bound_ includes the terminating '\0', which it does not.
-rw-r--r--TAO/ChangeLog-99c7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index dde0a69096a..2d646e14a59 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,10 @@
+Wed May 26 10:28:21 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
+ Fixed extractor for bounded strings. Existing
+ code assumed that CORBA::Any::to_string::bound_
+ includes the terminating '\0', which it does not.
+
Wed May 26 08:41:32 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/CosEvent_Utilities.cpp: