summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-09 19:17:53 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-09 19:17:53 +0000
commita5d1bac26377d62c8432a3434476da5e44fd2417 (patch)
tree5f40795193580b82a8a610af30587b07998247b6 /cpp/src/Ice/Outgoing.cpp
parentIntStream (diff)
downloadice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.bz2
ice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.xz
ice-a5d1bac26377d62c8432a3434476da5e44fd2417.zip
BasicStream; Stream.ice
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r--cpp/src/Ice/Outgoing.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp
index 21e37cb9bd0..fbb10f9911b 100644
--- a/cpp/src/Ice/Outgoing.cpp
+++ b/cpp/src/Ice/Outgoing.cpp
@@ -182,7 +182,7 @@ IceInternal::Outgoing::invoke()
}
void
-IceInternal::Outgoing::finished(IntStream& is)
+IceInternal::Outgoing::finished(BasicStream& is)
{
JTCSyncT<JTCMonitorT<JTCMutex> > sync(*this);
assert(_state != StateUnsent);
@@ -263,13 +263,13 @@ IceInternal::Outgoing::finished(const LocalException& ex)
}
}
-IntStream*
+BasicStream*
IceInternal::Outgoing::is()
{
return &_is;
}
-IntStream*
+BasicStream*
IceInternal::Outgoing::os()
{
return &_os;