summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ProxyFactory.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-09 18:27:58 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-09 18:27:58 +0000
commitca9e4073d50175daa12dba5f197f3324eb2722cc (patch)
treeee1813a45b738c456b4bc3eb72e19e78d1b35b36 /cpp/src/Ice/ProxyFactory.h
parentremoved pickler, native (diff)
downloadice-ca9e4073d50175daa12dba5f197f3324eb2722cc.tar.bz2
ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.tar.xz
ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.zip
IntStream
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 e089166f86b..42afc5150e0 100644
--- a/cpp/src/Ice/ProxyFactory.h
+++ b/cpp/src/Ice/ProxyFactory.h
@@ -20,7 +20,7 @@
namespace IceInternal
{
-class Stream;
+class IntStream;
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(Stream*);
+ ::Ice::ObjectPrx streamToProxy(IntStream*);
::Ice::ObjectPrx referenceToProxy(const ReferencePtr&);
- void proxyToStream(const ::Ice::ObjectPrx&, Stream*);
+ void proxyToStream(const ::Ice::ObjectPrx&, IntStream*);
private: