diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-24 14:32:00 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-24 14:32:00 +0200 |
commit | 2d88aac37141b6649155bf7cefd926af944be132 (patch) | |
tree | a67642698dda213f0b212d6475992e02c3dcc4d7 /cpp/src/Ice/ResponseHandler.h | |
parent | another update to CHANGES for ICE-5515 (diff) | |
download | ice-2d88aac37141b6649155bf7cefd926af944be132.tar.bz2 ice-2d88aac37141b6649155bf7cefd926af944be132.tar.xz ice-2d88aac37141b6649155bf7cefd926af944be132.zip |
Fixed bug with system exceptions not being propagated correctly with collocation optimization + AMD
Diffstat (limited to 'cpp/src/Ice/ResponseHandler.h')
-rw-r--r-- | cpp/src/Ice/ResponseHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ResponseHandler.h b/cpp/src/Ice/ResponseHandler.h index ad803fbbb44..9d9c212bec8 100644 --- a/cpp/src/Ice/ResponseHandler.h +++ b/cpp/src/Ice/ResponseHandler.h @@ -30,6 +30,7 @@ public: virtual void sendResponse(Ice::Int, BasicStream*, Ice::Byte) = 0; virtual void sendNoResponse() = 0; + virtual bool systemException(Ice::Int, const Ice::SystemException&) = 0; virtual void invokeException(Ice::Int, const Ice::LocalException&, int) = 0; }; |