diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-20 19:05:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-20 19:05:04 +0000 |
commit | a959bc2cd86b2e352bceb53d40b752b4021e757b (patch) | |
tree | 9cc17a4d5d2e996e179ab6733a2f1f0e9e36b0fa /docs/exceptions.html | |
parent | d1f74e979a7d67bdeb5072186ff02fa06e9efb28 (diff) | |
download | ATCD-a959bc2cd86b2e352bceb53d40b752b4021e757b.tar.gz |
ChangeLogTag:Wed Oct 20 00:05:34 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'docs/exceptions.html')
-rw-r--r-- | docs/exceptions.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/exceptions.html b/docs/exceptions.html index 312cf495d32..b297754a4a6 100644 --- a/docs/exceptions.html +++ b/docs/exceptions.html @@ -7,15 +7,9 @@ <body text="#000000" link="#0000ff" vlink="#cc0000" bgcolor="#ffffff"> <h1>Using ACE try macros for CORBA programming</h1> -<p>ACE try macros will completely replace TAO try macros soon. If you -are still using TAO try macros in your code, you should replace them -with ACE try macros to avoid possible breakage when we remove TAO try -macros.<\p> - -<P>It would be useful if the reader can go through the book, "Advanced -Corba Programming with C++" by Michi & Steve, from pages 307 through -to 322. -</P> +<P>We recommend you check out pages 307 through to 322 in the book, +"Advanced Corba Programming with C++" by Michi Henning & Steve Vinoski +before reading this document. <P>CORBA::Environment provides a way to handle exceptions when native c++ exception handling is unavailable or undesirable. @@ -521,5 +515,11 @@ Some of the problems that our macros are described below: </LI> </UL> +<P><HR><P> + +Back to the <A +HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE +documentation</A> page. + <!--#include virtual="/~schmidt/cgi-sig.html" --> </body></HTML> |