summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-09-24 11:42:42 -0400
committerBernard Normier <bernard@zeroc.com>2007-09-24 11:42:42 -0400
commitcf4e50cdfeb1e2064e10ef1dfbefc4158d06798e (patch)
treec93f56763c454a0a989a7d1f01ce58003fd04cb6 /cpp/src
parentChanged version to 3.3 (diff)
downloadice-cf4e50cdfeb1e2064e10ef1dfbefc4158d06798e.tar.bz2
ice-cf4e50cdfeb1e2064e10ef1dfbefc4158d06798e.tar.xz
ice-cf4e50cdfeb1e2064e10ef1dfbefc4158d06798e.zip
Fixed test warning
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceBox/ServiceManagerI.cpp4
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.
//
}
}