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/ProxyFactory.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/Ice/ProxyFactory.cpp') diff --git a/cpp/src/Ice/ProxyFactory.cpp b/cpp/src/Ice/ProxyFactory.cpp index 10cfc0dcba6..c240a92c7e4 100644 --- a/cpp/src/Ice/ProxyFactory.cpp +++ b/cpp/src/Ice/ProxyFactory.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include using namespace std; using namespace Ice; @@ -36,7 +36,7 @@ IceInternal::ProxyFactory::proxyToString(const ObjectPrx& proxy) } ObjectPrx -IceInternal::ProxyFactory::streamToProxy(Stream* s) +IceInternal::ProxyFactory::streamToProxy(IntStream* s) { string identity; s->read(identity); @@ -60,7 +60,7 @@ IceInternal::ProxyFactory::referenceToProxy(const ReferencePtr& reference) } void -IceInternal::ProxyFactory::proxyToStream(const ObjectPrx& proxy, Stream* s) +IceInternal::ProxyFactory::proxyToStream(const ObjectPrx& proxy, IntStream* s) { if (proxy) { -- cgit v1.2.3