summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ProxyFactory.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-08-24 22:01:20 +0000
committerMarc Laukien <marc@zeroc.com>2001-08-24 22:01:20 +0000
commit96f9a4887edb7d7778332e0eb12657b8ace3b42e (patch)
treef9476cd6037e8152def769f46ea7a67a7ab21b2b /cpp/src/Ice/ProxyFactory.h
parentmore activation stuff (diff)
downloadice-96f9a4887edb7d7778332e0eb12657b8ace3b42e.tar.bz2
ice-96f9a4887edb7d7778332e0eb12657b8ace3b42e.tar.xz
ice-96f9a4887edb7d7778332e0eb12657b8ace3b42e.zip
fixes
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.h')
-rw-r--r--cpp/src/Ice/ProxyFactory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ProxyFactory.h b/cpp/src/Ice/ProxyFactory.h
index fb0cc851685..9d7df5694d7 100644
--- a/cpp/src/Ice/ProxyFactory.h
+++ b/cpp/src/Ice/ProxyFactory.h
@@ -27,6 +27,8 @@ class ProxyFactory : public Shared
public:
::Ice::ObjectPrx stringToProxy(const std::string&);
+ std::string proxyToString(const ::Ice::ObjectPrx&);
+
::Ice::ObjectPrx streamToProxy(Stream*);
::Ice::ObjectPrx referenceToProxy(const ReferencePtr&);
void proxyToStream(const ::Ice::ObjectPrx&, Stream*);