summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ProxyFactory.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-09 19:17:53 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-09 19:17:53 +0000
commita5d1bac26377d62c8432a3434476da5e44fd2417 (patch)
tree5f40795193580b82a8a610af30587b07998247b6 /cpp/src/Ice/ProxyFactory.h
parentIntStream (diff)
downloadice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.bz2
ice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.xz
ice-a5d1bac26377d62c8432a3434476da5e44fd2417.zip
BasicStream; Stream.ice
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.h')
-rw-r--r--cpp/src/Ice/ProxyFactory.h6
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: