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 42afc5150e0..fca2986654c 100644 --- a/cpp/src/Ice/ProxyFactory.h +++ b/cpp/src/Ice/ProxyFactory.h @@ -20,7 +20,7 @@ namespace IceInternal { -class IntStream; +class BasicStream; 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(IntStream*); + ::Ice::ObjectPrx streamToProxy(BasicStream*); ::Ice::ObjectPrx referenceToProxy(const ReferencePtr&); - void proxyToStream(const ::Ice::ObjectPrx&, IntStream*); + void proxyToStream(const ::Ice::ObjectPrx&, BasicStream*); private: |