diff options
author | Marc Laukien <marc@zeroc.com> | 2001-08-24 22:01:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-08-24 22:01:20 +0000 |
commit | 96f9a4887edb7d7778332e0eb12657b8ace3b42e (patch) | |
tree | f9476cd6037e8152def769f46ea7a67a7ab21b2b /cpp/src/Ice/ProxyFactory.h | |
parent | more activation stuff (diff) | |
download | ice-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.h | 2 |
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*); |