summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 16:56:57 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 16:56:57 +0000
commit91f506ada08446a051b1b493fb46d0139b2575e1 (patch)
tree4d21a18c8907a8b38267d217080532beb8797a2d
parent2b27682442c2aef843388d3589d9d2269c07eac5 (diff)
downloadATCD-91f506ada08446a051b1b493fb46d0139b2575e1.tar.gz
* TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp:
Fixed extractor for pseudo objects (at least for the two cases TypeCode and Object. A case for ValueBase is still TODO).
-rw-r--r--TAO/ChangeLog-99c7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 7b2a9525941..07dd2bbf25e 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,10 @@
+Wed May 26 11:54:39 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp:
+ Fixed extractor for pseudo objects (at least for
+ the two cases TypeCode and Object. A case for
+ ValueBase is still TODO).
+
Wed May 26 10:28:21 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp: