diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-12-23 13:55:47 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-12-23 13:55:47 +0000 |
commit | 0eb0ea3427efaa3e34b941465ebf4e3f87d4dab2 (patch) | |
tree | 0072d36ee00cf2ef981a3ab48743f3ed8da47dfd /cppe/src/IceE/Connection.cpp | |
parent | fixing complaints from VB 2005 Express (diff) | |
download | ice-0eb0ea3427efaa3e34b941465ebf4e3f87d4dab2.tar.bz2 ice-0eb0ea3427efaa3e34b941465ebf4e3f87d4dab2.tar.xz ice-0eb0ea3427efaa3e34b941465ebf4e3f87d4dab2.zip |
Removed callback on Outgoing
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-x | cppe/src/IceE/Connection.cpp | 2 |
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(); } } } |