summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-01 21:26:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-01 21:26:07 +0000
commit69a761aeebf96f51ee9a65dacff4397bd753b619 (patch)
tree20f2a906b58f3864c579b74af3ac4a7bf9d22729
parent33fbd84e3d3a2dcb5222d56664c861536411aa8a (diff)
downloadATCD-69a761aeebf96f51ee9a65dacff4397bd753b619.tar.gz
* tao/TypeCode.cpp:
Modified private_member_label() to insert octet 0 into the Any label for the default index, as the spec requires. This closes out [BUGID:123].
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 0ff2dd2255a..cbcd391e65a 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Thu Mar 1 15:21:53 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/TypeCode.cpp:
+
+ Modified private_member_label() to insert octet 0 into
+ the Any label for the default index, as the spec requires.
+ This closes out [BUGID:123].
+
Thu Mar 1 14:09:21 2001 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp: