diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-09 18:27:58 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-09 18:27:58 +0000 |
commit | ca9e4073d50175daa12dba5f197f3324eb2722cc (patch) | |
tree | ee1813a45b738c456b4bc3eb72e19e78d1b35b36 /cpp/src/Ice/Outgoing.cpp | |
parent | removed pickler, native (diff) | |
download | ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.tar.bz2 ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.tar.xz ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.zip |
IntStream
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index f4b3ea8b088..21e37cb9bd0 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -182,7 +182,7 @@ IceInternal::Outgoing::invoke() } void -IceInternal::Outgoing::finished(Stream& is) +IceInternal::Outgoing::finished(IntStream& is) { JTCSyncT<JTCMonitorT<JTCMutex> > sync(*this); assert(_state != StateUnsent); @@ -263,13 +263,13 @@ IceInternal::Outgoing::finished(const LocalException& ex) } } -Stream* +IntStream* IceInternal::Outgoing::is() { return &_is; } -Stream* +IntStream* IceInternal::Outgoing::os() { return &_os; |