diff options
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/ProxyFactory.cpp b/cpp/src/Ice/ProxyFactory.cpp index d15f7debb7b..4ed07a562f6 100644 --- a/cpp/src/Ice/ProxyFactory.cpp +++ b/cpp/src/Ice/ProxyFactory.cpp @@ -29,6 +29,12 @@ IceInternal::ProxyFactory::stringToProxy(const string& s) return referenceToProxy(reference); } +string +IceInternal::ProxyFactory::proxyToString(const ObjectPrx& proxy) +{ + return "blahblah"; // TODO +} + ObjectPrx IceInternal::ProxyFactory::streamToProxy(Stream* s) { |