summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-12 15:13:59 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-12 15:13:59 +0000
commit9ed3855a9d268c4d563b8d56c82b0568c5db7470 (patch)
tree2316e599746efb632dea19051e58cbad6303e247
parentf6ddf16ec0903577a8f964b0269dab2d52b2c3f6 (diff)
downloadATCD-9ed3855a9d268c4d563b8d56c82b0568c5db7470.tar.gz
* tao/DynamicAny/DynAny_i.cpp:
Strange bug that seems to happen only on Win32, where when a DynAny containing a string is copied from another, its type code member gets the bound copied correctly, but its member any's type code does not. It crops up only in the equal() method where the strings are extracted from the member anys and compared. The CORBA::Any::to_string struct is left out of the extraction from the lhs any. There is no danger of type mismatch, since the type codes (which do retain bound information) have already been compared for equivalence.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1715f5fa3b1..20b79d342a4 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,4 +1,4 @@
-Tue Sep 11 21:43:38 2001 Jeff Parsons <parsons@cs.wustl.edu>
+Wed Sep 12 10:13:31 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/DynamicAny/DynAny_i.cpp: