summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-11 03:55:56 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-11 03:55:56 +0000
commitfd424108b82726a8e97d8c57ce3209a2d5ccd199 (patch)
treea53e55ac9230bfd7ab286c373fa7daf1edb03431
parent971585d740cf3eadbca28eabc46936b41d3bab63 (diff)
downloadATCD-fd424108b82726a8e97d8c57ce3209a2d5ccd199.tar.gz
* tao/TypeCode.cpp (private_member_type):
For the valuetype case, changed the skip to skip_short for the ValueModifier and Visibility fields, since these are both inserted into the type code as shorts. Previously, skip_ulong was being called. Thanks to Chen Jian <jchen@huawei.com> for pointing out the mismatch.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index f271474b703..e02ed95f351 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Mon Jun 10 22:48:11 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/TypeCode.cpp (private_member_type):
+
+ For the valuetype case, changed the skip to skip_short for the
+ ValueModifier and Visibility fields, since these are both inserted
+ into the type code as shorts. Previously, skip_ulong was being called.
+ Thanks to Chen Jian <jchen@huawei.com> for pointing out the mismatch.
+
Mon Jun 10 13:55:48 2002 Mayur Deshpande <mayur@ics.uci.edu>
* performance-tests/Latency/AMH/Single_Threaded/Roundtrip.cpp: