summaryrefslogtreecommitdiff
path: root/docs/exceptions.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-11 14:01:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-11 14:01:30 +0000
commit819fb151edd1982d4e3dbca1617e5f8a35938c79 (patch)
tree5454239c211ec7defadb870cecd7ab279fbae815 /docs/exceptions.html
parent62136b5b51f2bd4e29368c5a93c142b283c98881 (diff)
downloadATCD-819fb151edd1982d4e3dbca1617e5f8a35938c79.tar.gz
ChangeLogTag:Mon Oct 11 07:34:34 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'docs/exceptions.html')
-rw-r--r--docs/exceptions.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/exceptions.html b/docs/exceptions.html
index ec29d8fe778..312cf495d32 100644
--- a/docs/exceptions.html
+++ b/docs/exceptions.html
@@ -20,7 +20,9 @@ to 322.
<P>CORBA::Environment provides a way to handle exceptions when
native c++ exception handling is unavailable or undesirable.
However, writing portable code for both (with and without) native
-exception handling capability is very hairy.
+exception handling capability is very hairy. If you plan to write
+portable code that must run on platforms that do not have native C++
+exceptions, we recommend you use the ACE exception macros.
</P>
<P>ACE provides a set of macros to help dealing with the chaos,