diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-24 10:38:36 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-24 10:38:36 -0230 |
commit | 6b433842110070262d21b7261d2408b5e5f49a51 (patch) | |
tree | 5821bf2289f3b73f0963aeb1de8e88454167e470 /cpp/src/Ice/ObjectAdapterI.cpp | |
parent | Bug 1618 - default logger format (diff) | |
download | ice-6b433842110070262d21b7261d2408b5e5f49a51.tar.bz2 ice-6b433842110070262d21b7261d2408b5e5f49a51.tar.xz ice-6b433842110070262d21b7261d2408b5e5f49a51.zip |
Bug 1666 - use of ice_throw
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.cpp')
-rw-r--r-- | cpp/src/Ice/ObjectAdapterI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.cpp b/cpp/src/Ice/ObjectAdapterI.cpp index ffce2bbbb21..964a9239c5a 100644 --- a/cpp/src/Ice/ObjectAdapterI.cpp +++ b/cpp/src/Ice/ObjectAdapterI.cpp @@ -604,7 +604,7 @@ Ice::ObjectAdapterI::refreshPublishedEndpoints() // Restore the old published endpoints. // _publishedEndpoints = oldPublishedEndpoints; - ex.ice_throw(); + throw; } } |