diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-05-11 12:33:14 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-05-11 12:33:14 -0230 |
commit | 1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5 (patch) | |
tree | d95f06135aa5844e5d914e8bb37b96d4b2401dca /cpp/src/Ice/Proxy.cpp | |
parent | Bug 3885 - do not use localhost as node name in demos (diff) | |
download | ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.tar.bz2 ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.tar.xz ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.zip |
Bug 3878 - remove some deprecated features
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 8113517ca4f..db289cb184a 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -353,14 +353,6 @@ IceProxy::Ice::Object::ice_context(const Context& newContext) const return proxy; } -ObjectPrx -IceProxy::Ice::Object::ice_defaultContext() const -{ - ObjectPrx proxy = __newInstance(); - proxy->setup(_reference->defaultContext()); - return proxy; -} - const string& IceProxy::Ice::Object::ice_getFacet() const { |