diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-01 02:15:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-01 02:15:27 +0000 |
commit | a1983b0c5f49ed0fcce34f2736467565f684ca9c (patch) | |
tree | 451f505fcb894985683f31db367513a0b57886c3 /cpp/src | |
parent | fixes (diff) | |
download | ice-a1983b0c5f49ed0fcce34f2736467565f684ca9c.tar.bz2 ice-a1983b0c5f49ed0fcce34f2736467565f684ca9c.tar.xz ice-a1983b0c5f49ed0fcce34f2736467565f684ca9c.zip |
added missing project file
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Incoming.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Incoming.cpp b/cpp/src/Ice/Incoming.cpp index 2cbc942dcec..39fc23c31aa 100644 --- a/cpp/src/Ice/Incoming.cpp +++ b/cpp/src/Ice/Incoming.cpp @@ -152,7 +152,7 @@ IceInternal::Incoming::invoke() _os.write(static_cast<Byte>(DispatchLocationForward)); _os.write(ex._prx); } - catch (const ProxyRequested& ex) + catch (const ProxyRequested&) { if (locator && servant) { |