summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-05 20:28:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-05 20:28:08 +0000
commita4f22d6e1b55d6c3f0c49591d49029b1b5965cce (patch)
tree99e0bab42221b5e05afbdbe3914548bf3f78463d
parentac17a7e0e2ad97db8b295875cf8db0c818acebde (diff)
downloadATCD-a4f22d6e1b55d6c3f0c49591d49029b1b5965cce.tar.gz
* orbsvcs/IFR_Service/Container_i.cpp:
* orbsvcs/IFR_Service/ExceptionDef_i.cpp: * orbsvcs/IFR_Service/InterfaceDef_i.cpp: * orbsvcs/IFR_Service/OperationDef_i.cpp: * orbsvcs/IFR_Service/StructDef_i.cpp: * orbsvcs/IFR_Service/UnionDef_i.cpp: Added .in () to instances where the 'type_def' member of the struct StructMember, UnionMember, or ParameterDescription is passed as an argument. The type of that member in each case is IDLType_var.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9e103921ab8..c89cc1b978b 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Mon Mar 5 14:21:05 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/IFR_Service/Container_i.cpp:
+ * orbsvcs/IFR_Service/ExceptionDef_i.cpp:
+ * orbsvcs/IFR_Service/InterfaceDef_i.cpp:
+ * orbsvcs/IFR_Service/OperationDef_i.cpp:
+ * orbsvcs/IFR_Service/StructDef_i.cpp:
+ * orbsvcs/IFR_Service/UnionDef_i.cpp:
+
+ Added .in () to instances where the 'type_def'
+ member of the struct StructMember, UnionMember, or
+ ParameterDescription is passed as an argument.
+ The type of that member in each case is
+ IDLType_var.
+
Mon Mar 5 11:37:18 2001 Fuzz Master D <brunsch@uci.edu>
* tests/Leader_Followers/run_test_mt.pl: (added)