summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ProxyFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.cpp')
-rw-r--r--cpp/src/Ice/ProxyFactory.cpp6
1 files changed, 3 insertions, 3 deletions
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 <Ice/Proxy.h>
#include <Ice/Reference.h>
#include <Ice/Endpoint.h>
-#include <Ice/Stream.h>
+#include <Ice/IntStream.h>
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)
{