diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-15 17:59:10 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-15 17:59:10 +0000 |
commit | 18752297f2d74b09bec84b1bf8ef10c2c89e00fb (patch) | |
tree | 9ae5e01fabf39c3a8f886297b44d4696f3db4bdb /cpp/src/Ice/Incoming.cpp | |
parent | callback demo (diff) | |
download | ice-18752297f2d74b09bec84b1bf8ef10c2c89e00fb.tar.bz2 ice-18752297f2d74b09bec84b1bf8ef10c2c89e00fb.tar.xz ice-18752297f2d74b09bec84b1bf8ef10c2c89e00fb.zip |
_fwd stuff
Diffstat (limited to 'cpp/src/Ice/Incoming.cpp')
-rw-r--r-- | cpp/src/Ice/Incoming.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Incoming.cpp b/cpp/src/Ice/Incoming.cpp index 4a614ed2203..17863d0fcd5 100644 --- a/cpp/src/Ice/Incoming.cpp +++ b/cpp/src/Ice/Incoming.cpp @@ -29,7 +29,6 @@ void IceInternal::Incoming::invoke(bool response) { Current current; - current.response = response; current.identity.__read(&_is); _is.read(current.facet); _is.read(current.operation); |