diff options
author | Marc Laukien <marc@zeroc.com> | 2001-08-28 23:41:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-08-28 23:41:27 +0000 |
commit | 8fc36472ad8108e24b6ce17d792e2e9d715851d2 (patch) | |
tree | b475f95dba2fe9e615ac7b38e80a7861683ac5ae /cpp/src/Ice/ProxyFactory.cpp | |
parent | fixes (diff) | |
download | ice-8fc36472ad8108e24b6ce17d792e2e9d715851d2.tar.bz2 ice-8fc36472ad8108e24b6ce17d792e2e9d715851d2.tar.xz ice-8fc36472ad8108e24b6ce17d792e2e9d715851d2.zip |
many fixes
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ProxyFactory.cpp b/cpp/src/Ice/ProxyFactory.cpp index 4ed07a562f6..eacfce7e27c 100644 --- a/cpp/src/Ice/ProxyFactory.cpp +++ b/cpp/src/Ice/ProxyFactory.cpp @@ -32,7 +32,7 @@ IceInternal::ProxyFactory::stringToProxy(const string& s) string IceInternal::ProxyFactory::proxyToString(const ObjectPrx& proxy) { - return "blahblah"; // TODO + return proxy->__reference()->toString(); } ObjectPrx |