diff options
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.h')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.h | 6 |
1 files changed, 3 insertions, 3 deletions
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: |