diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-20 17:26:32 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-20 17:26:32 +0000 |
commit | ece547d12646753b06599064b3afd673bb46e1a7 (patch) | |
tree | 04baf10ddc3f715c979c7ec5ec76b8aa878f6be7 /cppe/src/IceE/Connection.cpp | |
parent | Fixed bug 908 (diff) | |
download | ice-ece547d12646753b06599064b3afd673bb46e1a7.tar.bz2 ice-ece547d12646753b06599064b3afd673bb46e1a7.tar.xz ice-ece547d12646753b06599064b3afd673bb46e1a7.zip |
Added requestId to Current.
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 6a4a89de712..84f87a030cc 100755 --- a/cppe/src/IceE/Connection.cpp +++ b/cppe/src/IceE/Connection.cpp @@ -1802,7 +1802,7 @@ Ice::Connection::run() // // Dispatch the incoming request. // - _in.invoke(response); + _in.invoke(response, requestId); } } catch(const LocalException& ex) |