From 82d2d3b20c76a9271d1b7f6a5514c45b262dcd71 Mon Sep 17 00:00:00 2001 From: parsons Date: Tue, 28 Mar 2000 02:44:37 +0000 Subject: * 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. --- TAO/ChangeLogs/ChangeLog-02a | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 0ad633c7bbc..18ed402fb93 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,17 @@ +Mon Mar 27 20:37:02 2000 Jeff Parsons + + * 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. + Mon Mar 27 19:27:00 2000 Douglas C. Schmidt * tao/ORB.cpp (ORB_init): Replace CORBA::Environment with -- cgit v1.2.1