summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-02 20:59:41 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-02 20:59:41 +0000
commit166ccb2ffb68de5f6dd5706424e5772f43651c65 (patch)
tree43431b3de2e5daedda914bbd28a9fdb213c7f4d0
parent12f95aa33ce922f206360db1484011692669f6e0 (diff)
downloadATCD-166ccb2ffb68de5f6dd5706424e5772f43651c65.tar.gz
* orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:
* tao/Typecode.cpp: * tao/append.cpp: * tao/skip.cpp: * tao/DynamicAny/DynUnion_i.cpp: Modified CORBA::TypeCode::member_label() to return a duplicate Any pointer (to be comsumed by the caller), making it consistent with other ORB functions that return pseudo-object types. Also modified all uses of member_label() in TAO to prevent memory leaks. Thanks to Philippe Merle <Philippe.Merle@lifl.fr> for pointing out this inconsistency, and to Jonanthan Biggar <jon@floorboard.com> for clarifying the spec with regard to memory management of pseudo-objects.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e72d337afa7..46d581151cc 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,20 @@
+Mon Jul 2 15:53:29 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:
+ * tao/Typecode.cpp:
+ * tao/append.cpp:
+ * tao/skip.cpp:
+ * tao/DynamicAny/DynUnion_i.cpp:
+
+ Modified CORBA::TypeCode::member_label() to return a duplicate
+ Any pointer (to be comsumed by the caller), making it consistent
+ with other ORB functions that return pseudo-object types. Also
+ modified all uses of member_label() in TAO to prevent memory
+ leaks. Thanks to Philippe Merle <Philippe.Merle@lifl.fr> for
+ pointing out this inconsistency, and to Jonanthan Biggar
+ <jon@floorboard.com> for clarifying the spec with regard to
+ memory management of pseudo-objects.
+
Mon Jul 2 14:29:49 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile: