diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceBox/ServiceManagerI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp index 7cba6bead1f..491f2f5e10d 100644 --- a/cpp/src/IceBox/ServiceManagerI.cpp +++ b/cpp/src/IceBox/ServiceManagerI.cpp @@ -255,10 +255,10 @@ IceBox::ServiceManagerI::start() _communicator->addAdminFacet(this, "IceBox.ServiceManager"); _communicator->getAdmin(); } - catch(const CommunicatorDestroyedException&) + catch(const ObjectAdapterDeactivatedException&) { // - // Ignored + // Expected if the communicator has been shutdown. // } } |