summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Connection.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-12-23 13:55:47 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-12-23 13:55:47 +0000
commit0eb0ea3427efaa3e34b941465ebf4e3f87d4dab2 (patch)
tree0072d36ee00cf2ef981a3ab48743f3ed8da47dfd /cppe/src/IceE/Connection.cpp
parentfixing complaints from VB 2005 Express (diff)
downloadice-0eb0ea3427efaa3e34b941465ebf4e3f87d4dab2.tar.bz2
ice-0eb0ea3427efaa3e34b941465ebf4e3f87d4dab2.tar.xz
ice-0eb0ea3427efaa3e34b941465ebf4e3f87d4dab2.zip
Removed callback on Outgoing
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-xcppe/src/IceE/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp
index 239b0e62771..e535956b6f2 100755
--- a/cppe/src/IceE/Connection.cpp
+++ b/cppe/src/IceE/Connection.cpp
@@ -424,7 +424,7 @@ Ice::Connection::sendBlockingRequest(BasicStream* os, BasicStream* is, Outgoing*
}
_transceiver = 0;
- out->finished(*_exception.get());
+ _exception->ice_throw();
}
}
}