From ca9e4073d50175daa12dba5f197f3324eb2722cc Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Tue, 9 Oct 2001 18:27:58 +0000 Subject: IntStream --- cpp/src/Ice/Proxy.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/src/Ice/Proxy.cpp') diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 237edf84a66..6215f725c08 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include @@ -460,8 +460,8 @@ bool IceDelegateM::Ice::Object::_isA(const string& s) { Outgoing __out(__emitter, __reference); - Stream* __is = __out.is(); - Stream* __os = __out.os(); + IntStream* __is = __out.is(); + IntStream* __os = __out.os(); __os->write("_isA"); __os->write(s); if (!__out.invoke()) @@ -477,7 +477,7 @@ void IceDelegateM::Ice::Object::_ping() { Outgoing __out(__emitter, __reference); - Stream* __os = __out.os(); + IntStream* __os = __out.os(); __os->write("_ping"); if (!__out.invoke()) { -- cgit v1.2.3