diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-05-03 16:02:46 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-05-03 16:02:46 +0000 |
commit | 4f872edb633cfc698289668a139e2901b7c30677 (patch) | |
tree | a903d822fcca58f1a24a020270ccc3e26b400adb /cppe/src/IceE/ProxyFactory.cpp | |
parent | Added gumstix info (diff) | |
download | ice-4f872edb633cfc698289668a139e2901b7c30677.tar.bz2 ice-4f872edb633cfc698289668a139e2901b7c30677.tar.xz ice-4f872edb633cfc698289668a139e2901b7c30677.zip |
Added propertytoProxy
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; |