summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Server.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-08-29 03:05:35 +0000
committerMichi Henning <michi@zeroc.com>2006-08-29 03:05:35 +0000
commit867d62b25a8be3774677296dcd438da2ec6ea26c (patch)
treea337af523816a16f48851d084ce59d202e57eb68 /cpp/src/IcePatch2/Server.cpp
parentBugs 1339, 1325, 1335. (diff)
downloadice-867d62b25a8be3774677296dcd438da2ec6ea26c.tar.bz2
ice-867d62b25a8be3774677296dcd438da2ec6ea26c.tar.xz
ice-867d62b25a8be3774677296dcd438da2ec6ea26c.zip
Bug 1339.
Bug 1335 and 1325 for Ice-E.
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r--cpp/src/IcePatch2/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp
index 7201cec74c2..f983479aad8 100644
--- a/cpp/src/IcePatch2/Server.cpp
+++ b/cpp/src/IcePatch2/Server.cpp
@@ -76,7 +76,7 @@ IcePatch2::PatcherService::start(int argc, char* argv[])
{
args = opts.parse(argc, (const char**)argv);
}
- catch(const IceUtil::Options::BadOpt& e)
+ catch(const IceUtil::BadOptException& e)
{
error(e.reason);
usage(argv[0]);