summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-12-01 02:15:27 +0000
committerMarc Laukien <marc@zeroc.com>2001-12-01 02:15:27 +0000
commita1983b0c5f49ed0fcce34f2736467565f684ca9c (patch)
tree451f505fcb894985683f31db367513a0b57886c3 /cpp/src
parentfixes (diff)
downloadice-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.cpp2
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)
{