$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Knowles (gknowles_at_[hidden])
Date: 2004-02-09 14:37:31
From: David Abrahams [mailto:dave_at_[hidden]]
>> Of course you cannot portably pass all exceptions, but you may be able
>> to pass all the ones that use standard types.
>
>And what if the std library or somebody else throws exceptions
>*derived* from the standard types?
If it is not a recognized corba exception what the ACE TAO does is eat it
with a catch(...) and then throws a corba system exception on the other
side.
Glen