diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-09 19:17:53 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-09 19:17:53 +0000 |
commit | a5d1bac26377d62c8432a3434476da5e44fd2417 (patch) | |
tree | 5f40795193580b82a8a610af30587b07998247b6 /cpp/src/Ice/ProxyFactory.cpp | |
parent | IntStream (diff) | |
download | ice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.bz2 ice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.xz ice-a5d1bac26377d62c8432a3434476da5e44fd2417.zip |
BasicStream; Stream.ice
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 c240a92c7e4..947296db7c5 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/IntStream.h> +#include <Ice/BasicStream.h> using namespace std; using namespace Ice; @@ -36,7 +36,7 @@ IceInternal::ProxyFactory::proxyToString(const ObjectPrx& proxy) } ObjectPrx -IceInternal::ProxyFactory::streamToProxy(IntStream* s) +IceInternal::ProxyFactory::streamToProxy(BasicStream* s) { string identity; s->read(identity); @@ -60,7 +60,7 @@ IceInternal::ProxyFactory::referenceToProxy(const ReferencePtr& reference) } void -IceInternal::ProxyFactory::proxyToStream(const ObjectPrx& proxy, IntStream* s) +IceInternal::ProxyFactory::proxyToStream(const ObjectPrx& proxy, BasicStream* s) { if (proxy) { |