summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-04-24 10:38:36 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-04-24 10:38:36 -0230
commit6b433842110070262d21b7261d2408b5e5f49a51 (patch)
tree5821bf2289f3b73f0963aeb1de8e88454167e470 /cpp/src/Ice/ObjectAdapterI.cpp
parentBug 1618 - default logger format (diff)
downloadice-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.cpp2
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;
}
}