diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-09 18:27:58 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-09 18:27:58 +0000 |
commit | ca9e4073d50175daa12dba5f197f3324eb2722cc (patch) | |
tree | ee1813a45b738c456b4bc3eb72e19e78d1b35b36 /cpp/src/Ice/ProxyFactory.cpp | |
parent | removed pickler, native (diff) | |
download | ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.tar.bz2 ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.tar.xz ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.zip |
IntStream
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.cpp | 6 |
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) { |