summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-10 17:27:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-10 17:27:08 +0000
commit37e76e89428b9353f3b2b29fb9058804728ce94a (patch)
tree28b1e62754c7504388ad8a5dc029fc71264e0d2f
parent7020b51d9d103e20f8ae0af2a5ac34b38a73ae75 (diff)
downloadATCD-37e76e89428b9353f3b2b29fb9058804728ce94a.tar.gz
* tao/DynamicAny/DynCommon.cpp (insert_string, get_string):
Fixed a problem in these methods with bounded strings. Thanks to Russell Mora <rd.mora@econz.co.nz> for reporting this bug. * tests/DynAny_Test/da_tests.idl: * tests/DynAny_Test/test_dynsequence.cpp: Added a bounded string example to the DynSequence test.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 2b75d68b5e5..e9735aab88b 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Mon Sep 10 12:23:30 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/DynamicAny/DynCommon.cpp (insert_string, get_string):
+
+ Fixed a problem in these methods with bounded strings.
+ Thanks to Russell Mora <rd.mora@econz.co.nz> for
+ reporting this bug.
+
+ * tests/DynAny_Test/da_tests.idl:
+ * tests/DynAny_Test/test_dynsequence.cpp:
+
+ Added a bounded string example to the DynSequence test.
+
Mon Sep 10 12:17:12 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile: