diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 02:45:10 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 02:45:10 +0000 |
commit | 1f6606a4556a4a5b14fa71264ffa488445a23ffd (patch) | |
tree | ccd65bb7d5d82389c4be7177f25b1d695bdfa9fd /TAO | |
parent | 82d2d3b20c76a9271d1b7f6a5514c45b262dcd71 (diff) | |
download | ATCD-1f6606a4556a4a5b14fa71264ffa488445a23ffd.tar.gz |
* tao/POAC.cpp:
* tao/GIOP_Server_Request.cpp:
The way we were handling ForwardRequest exceptions wasn't
working with the new Any operators. The
PortableServer::ForwardRequest >>= operator and
TAO_GIOP_ServerRequest::set_exception have been changed
to do the right thing. This fixes the failing of
examples/POA/Forwarding on all platforms (except where
minimum CORBA is defined). Changing the Any operators
for IDL-defined exceptions, and modifying the rest of
the exception >>= operators in TAO will follow shortly.
Thanks to Carlos for suggesting the >>= fix.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 18ed402fb93..23ee79e0196 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -11,6 +11,7 @@ Mon Mar 27 20:37:02 2000 Jeff Parsons <parsons@cs.wustl.edu> minimum CORBA is defined). Changing the Any operators for IDL-defined exceptions, and modifying the rest of the exception >>= operators in TAO will follow shortly. + Thanks to Carlos for suggesting the >>= fix. Mon Mar 27 19:27:00 2000 Douglas C. Schmidt <schmidt@danzon.cs.wustl.edu> |