summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-10 17:15:44 +0000
committermayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-10 17:15:44 +0000
commit2ceba457a40ccde5ca90abb9012fccd9339b23f9 (patch)
treeba1382635bff78cad43000dea26fe7bee64dd72b
parentb4fcc9982899d7116e84fc21cb6cb7f2fd38153b (diff)
downloadATCD-2ceba457a40ccde5ca90abb9012fccd9339b23f9.tar.gz
Wed Jul 10 10:11:30 2002 Mayur Deshpande <mayur@ics.uci.edu>
-rw-r--r--TAO/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b276f97fe5e..19036fb81dd 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Wed Jul 10 10:11:30 2002 Mayur Deshpande <mayur@ics.uci.edu>
+
+ * TAO_IDL/be/be_visitor_valuetype/arglist.cpp (visit_operation):
+ We need to throw an exceptions that was assigned in a different
+ place (by the app-developer). ACE_THROW does not fit the bill
+ since the ACE_THROW macro contructs the exception passed to it.
+ Also exception->raise_() is ruled out since in platforms without
+ native exception support, the raise() function does not do
+ anything. What is left as an alternative is an #ifdef that
+ explicitly takes care of both the cases (platforms with and
+ without native exception support). The original
+ exception->raise_() code is now replaced by the generation of
+ the #ifdef.
+
Wed Jul 10 10:48:51 2002 Jeff Parsons <parsons@cs.wustl.edu>
* docs/releasenotes/index.html: