diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-10-04 16:03:56 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-10-04 16:03:56 +0000 |
commit | 3e235deb742c154c600640bc9f70ee91f6d99405 (patch) | |
tree | bcf0fffadf4678d34f6fa7f7a24dca23052ca4ea /cpp/src/IceGrid/Database.cpp | |
parent | Distribution improvments, bug fixes, code cleanup. (diff) | |
download | ice-3e235deb742c154c600640bc9f70ee91f6d99405.tar.bz2 ice-3e235deb742c154c600640bc9f70ee91f6d99405.tar.xz ice-3e235deb742c154c600640bc9f70ee91f6d99405.zip |
Win32 Fixes
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r-- | cpp/src/IceGrid/Database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index e0dd6f16705..fa65046637c 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -381,7 +381,7 @@ Database::removeApplicationDescriptor(ObserverSessionI* session, const std::stri ApplicationHelper helper(p->second); unload(helper, entries); } - catch(const DeploymentException& ex) + catch(const DeploymentException&) { // // For some reasons the application became invalid. If |