diff options
Diffstat (limited to 'cppe/src/IceE/ProxyFactory.cpp')
-rw-r--r-- | cppe/src/IceE/ProxyFactory.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cppe/src/IceE/ProxyFactory.cpp b/cppe/src/IceE/ProxyFactory.cpp index 7acc8954282..49606d69074 100644 --- a/cppe/src/IceE/ProxyFactory.cpp +++ b/cppe/src/IceE/ProxyFactory.cpp @@ -48,6 +48,13 @@ IceInternal::ProxyFactory::proxyToString(const ObjectPrx& proxy) const } ObjectPrx +IceInternal::ProxyFactory::propertyToProxy(const string& prefix) const +{ + ReferencePtr ref = _instance->referenceFactory()->createFromProperties(prefix); + return referenceToProxy(ref); +} + +ObjectPrx IceInternal::ProxyFactory::streamToProxy(BasicStream* s) const { Identity ident; |