summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2004-05-21 16:40:27 +0000
committerBernard Normier <bernard@zeroc.com>2004-05-21 16:40:27 +0000
commitd2f14229091abea85f65e74967c531c342cff6a9 (patch)
tree7af32d31f70af0088f0a53ac2feb0d4bac0fda38 /cpp/src
parentinstall ICE_LICENSE, LICENSE (diff)
downloadice-d2f14229091abea85f65e74967c531c342cff6a9.tar.bz2
ice-d2f14229091abea85f65e74967c531c342cff6a9.tar.xz
ice-d2f14229091abea85f65e74967c531c342cff6a9.zip
Fixed ICC release problem
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Outgoing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp
index bb4b61e37d1..1b0cb1a9f3a 100644
--- a/cpp/src/Ice/Outgoing.cpp
+++ b/cpp/src/Ice/Outgoing.cpp
@@ -187,7 +187,7 @@ IceInternal::Outgoing::invoke()
// guarantees that all outstanding requests can safely
// be repeated.
//
- if(dynamic_cast<const CloseConnectionException*>(_exception.get()))
+ if(dynamic_cast<CloseConnectionException*>(_exception.get()))
{
_exception->ice_throw();
}