summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-20 22:49:10 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-20 22:49:10 +0000
commit3bc463330270841f57ce0aae457bba36180cf2b4 (patch)
tree582008722761600485ed35520094a22813364d8a
parentd2efc45d99344abd05c26e40a3e4fc873625cbe8 (diff)
downloadATCD-3bc463330270841f57ce0aae457bba36180cf2b4.tar.gz
* tao/DynamicAny/DynAnyFactory.cpp:
Initialized all the TAO_*_i pointers to 0, before they are passed to ACE_NEW_THROW_EX, in the make_dyn_any functions. * tao/DynamicAny/DynCommon.cpp: * tao/DynamicAny/DynCommon.h: Removed the guards around get_(u)longlong and insert_(u)longlong functions. Modified body of get_longlong() to use the new ACE_CDR_LONGLONG_INITIALIZER macro added to class ACE. Implemented insert_longdouble() and get_longdouble().
-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 9956851049c..4ce17593435 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Wed Jun 20 17:37:28 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/DynamicAny/DynAnyFactory.cpp:
+
+ Initialized all the TAO_*_i pointers to 0, before they are
+ passed to ACE_NEW_THROW_EX, in the make_dyn_any functions.
+
+ * tao/DynamicAny/DynCommon.cpp:
+ * tao/DynamicAny/DynCommon.h:
+
+ Removed the guards around get_(u)longlong and insert_(u)longlong
+ functions. Modified body of get_longlong() to use the new
+ ACE_CDR_LONGLONG_INITIALIZER macro added to class ACE. Implemented
+ insert_longdouble() and get_longdouble().
+
Wed Jun 20 15:36:27 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* performance-tests/RTCorba/Multiple_Endpoints/Endpoint_Per_Priority/Client.dsp: