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/Object.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Ice/Object.cpp') diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 8fe1b99a590..135734bfa96 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -82,8 +82,8 @@ Ice::Object::_ping() DispatchStatus Ice::Object::____isA(Incoming& __in) { - Stream* __is = __in.is(); - Stream* __os = __in.os(); + IntStream* __is = __in.is(); + IntStream* __os = __in.os(); string s; __is->read(s); bool __ret = _isA(s); -- cgit v1.2.3