summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ProxyFactory.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-10-26 14:55:24 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-10-26 14:55:24 -0230
commit20899304e74276a6d9c12ae9f713901e6ebfc840 (patch)
tree5970a5ff612c59e4bc3147908756ec742a1d09aa /cpp/src/Ice/ProxyFactory.h
parentFixed Windows link error (diff)
downloadice-20899304e74276a6d9c12ae9f713901e6ebfc840.tar.bz2
ice-20899304e74276a6d9c12ae9f713901e6ebfc840.tar.xz
ice-20899304e74276a6d9c12ae9f713901e6ebfc840.zip
Bug 3137 - add proxyToProperty
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 c50adb86bcf..a3fee45fc6c 100644
--- a/cpp/src/Ice/ProxyFactory.h
+++ b/cpp/src/Ice/ProxyFactory.h
@@ -18,6 +18,7 @@
#include <Ice/ProxyF.h>
#include <Ice/Exception.h>
#include <Ice/OutgoingAsyncF.h>
+#include <Ice/Properties.h>
namespace IceInternal
{
@@ -32,6 +33,7 @@ public:
std::string proxyToString(const Ice::ObjectPrx&) const;
Ice::ObjectPrx propertyToProxy(const std::string&) const;
+ Ice::PropertyDict proxyToProperty(const Ice::ObjectPrx&, const std::string&) const;
Ice::ObjectPrx streamToProxy(BasicStream*) const;
void proxyToStream(const Ice::ObjectPrx&, BasicStream*) const;