summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 4be149f71ab..95cb0f748e5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Wed Jul 10 10:19:25 2002 Mayur Deshpande <mayur@ics.uci.edu>
+
+ * tests/AMH_Exceptions/server.cpp (test_method):
+
+ Allocate the exception on the heap. The ExceptionHolder now
+ requires that all exceptions it is constructed with, be allocated
+ on the heap since the ExceptionHolder takes over ownership of
+ the exception and deletes it later.
+
Wed Jul 10 12:19:39 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/include/utl_identifier.h: