summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-02 00:55:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-02 00:55:07 +0000
commit5ff1ef66f0696b55e0374fffe207bd842d3e335a (patch)
tree35ddfd8656373e8445ae86a52bfc099307e40170
parent79098c374378606118ea4a59ad54c64b405cad75 (diff)
downloadATCD-5ff1ef66f0696b55e0374fffe207bd842d3e335a.tar.gz
* TAO_IDL/be/be_visitor_array/array_ch.cpp:
* TAO_IDL/be/be_visitor_array/array_ci.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp: Disabled generation of _var and _out classes for anonymous sequences and arrays (those not declared in an IDL file via a typedef), as required by the spec. This closes [BUGID:677].
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7c4db13bfd1..ee2d6be044c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Thu Mar 1 18:51:45 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_array/array_ch.cpp:
+ * TAO_IDL/be/be_visitor_array/array_ci.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
+
+ Disabled generation of _var and _out classes for
+ anonymous sequences and arrays (those not declared in an
+ IDL file via a typedef), as required by the spec.
+ This closes [BUGID:677].
+
Thu Mar 1 15:54:54 2001 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h: