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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/Ice/ProxyFactory.h') diff --git a/cpp/src/Ice/ProxyFactory.h b/cpp/src/Ice/ProxyFactory.h index e089166f86b..42afc5150e0 100644 --- a/cpp/src/Ice/ProxyFactory.h +++ b/cpp/src/Ice/ProxyFactory.h @@ -20,7 +20,7 @@ namespace IceInternal { -class Stream; +class IntStream; class ProxyFactory : public ::IceUtil::Shared { @@ -29,9 +29,9 @@ public: ::Ice::ObjectPrx stringToProxy(const std::string&); std::string proxyToString(const ::Ice::ObjectPrx&); - ::Ice::ObjectPrx streamToProxy(Stream*); + ::Ice::ObjectPrx streamToProxy(IntStream*); ::Ice::ObjectPrx referenceToProxy(const ReferencePtr&); - void proxyToStream(const ::Ice::ObjectPrx&, Stream*); + void proxyToStream(const ::Ice::ObjectPrx&, IntStream*); private: -- cgit v1.2.3