diff options
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*); |