diff options
author | Jose <jose@zeroc.com> | 2016-01-13 20:52:26 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-13 20:52:26 +0100 |
commit | 739552c53337b584a62c59d9093de79ea653100e (patch) | |
tree | 5a9751e90376e80b135d2518e5fe9c5f00910ced /cpp/src/Ice/AsyncResult.cpp | |
parent | C++11 ice_invoke std::future API (diff) | |
download | ice-739552c53337b584a62c59d9093de79ea653100e.tar.bz2 ice-739552c53337b584a62c59d9093de79ea653100e.tar.xz ice-739552c53337b584a62c59d9093de79ea653100e.zip |
Minor fix related to exception ice_clone updates
Diffstat (limited to 'cpp/src/Ice/AsyncResult.cpp')
-rw-r--r-- | cpp/src/Ice/AsyncResult.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/AsyncResult.cpp b/cpp/src/Ice/AsyncResult.cpp index 68b0af9745e..dcc4a553180 100644 --- a/cpp/src/Ice/AsyncResult.cpp +++ b/cpp/src/Ice/AsyncResult.cpp @@ -456,7 +456,7 @@ AsyncResult::cancelable(const CancellationHandlerPtr& handler) { ICE_RETHROW_EXCEPTION(_cancellationException); } - catch(const Ice::Exception&) + catch(const Ice::LocalException&) { ICE_RESET_EXCEPTION(_cancellationException, ICE_NULLPTR); throw; |