diff options
author | Marc Laukien <marc@zeroc.com> | 2005-02-18 21:03:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-02-18 21:03:27 +0000 |
commit | ff6c353a9cd2ed0d40b5c2e725c9d545f91caaa9 (patch) | |
tree | 0e6abe5abef4b5a335d1bc521acaf14a65d02b5c /cpp/src/Ice/ConnectionI.cpp | |
parent | python and mono dependency versions (diff) | |
download | ice-ff6c353a9cd2ed0d40b5c2e725c9d545f91caaa9.tar.bz2 ice-ff6c353a9cd2ed0d40b5c2e725c9d545f91caaa9.tar.xz ice-ff6c353a9cd2ed0d40b5c2e725c9d545f91caaa9.zip |
fix
Diffstat (limited to 'cpp/src/Ice/ConnectionI.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp index 6a7aa084043..b6b6d8527b7 100644 --- a/cpp/src/Ice/ConnectionI.cpp +++ b/cpp/src/Ice/ConnectionI.cpp @@ -1485,7 +1485,7 @@ Ice::ConnectionI::ConnectionI(const InstancePtr& instance, _threadPerConnection = 0; __setNoDelete(false); - throw; + ex.ice_throw(); } __setNoDelete(false); } |