diff options
author | Mark Spruiell <mes@zeroc.com> | 2011-06-06 15:59:46 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2011-06-06 15:59:46 -0700 |
commit | 1abc980b1fe9bee639b6aeb08cb102e28c3a9ac3 (patch) | |
tree | c61ae56ca3a6cfd03ed2470365385885252d6bdb /cpp/src/IceBox/ServiceManagerI.cpp | |
parent | minor locking fix to OutgoingAsync.cs (diff) | |
download | ice-1abc980b1fe9bee639b6aeb08cb102e28c3a9ac3.tar.bz2 ice-1abc980b1fe9bee639b6aeb08cb102e28c3a9ac3.tar.xz ice-1abc980b1fe9bee639b6aeb08cb102e28c3a9ac3.zip |
minor fix to ServiceManagerI.cpp
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.cpp')
-rw-r--r-- | cpp/src/IceBox/ServiceManagerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp index 414b858ee2f..61fb1c2d7d0 100644 --- a/cpp/src/IceBox/ServiceManagerI.cpp +++ b/cpp/src/IceBox/ServiceManagerI.cpp @@ -599,7 +599,7 @@ IceBox::ServiceManagerI::start(const string& service, const string& entryPoint, { info.service = factory(_communicator); } - catch(const FailureException& ex) + catch(const FailureException&) { throw; } |