diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-12 00:50:11 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-12 00:50:11 +0000 |
commit | f6cebb3284ed16cb3b8940c69b8b475855f8f0df (patch) | |
tree | 2df05a2a8b279661b964f230f23f36255cad0a8c /cpp/src/IcePack/Forward.cpp | |
parent | slicified local exceptions (diff) | |
download | ice-f6cebb3284ed16cb3b8940c69b8b475855f8f0df.tar.bz2 ice-f6cebb3284ed16cb3b8940c69b8b475855f8f0df.tar.xz ice-f6cebb3284ed16cb3b8940c69b8b475855f8f0df.zip |
fixes
Diffstat (limited to 'cpp/src/IcePack/Forward.cpp')
-rw-r--r-- | cpp/src/IcePack/Forward.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Forward.cpp b/cpp/src/IcePack/Forward.cpp index cb062a4ec7f..4e2a6f48c78 100644 --- a/cpp/src/IcePack/Forward.cpp +++ b/cpp/src/IcePack/Forward.cpp @@ -140,7 +140,7 @@ IcePack::Forward::locate(const ObjectAdapterPtr& adapter, const string& identity } } } - catch(const LocalException& ex) + catch(const Exception& ex) { // // If we get an exception, all we an do is to log it and |