summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-05-11 12:33:14 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-05-11 12:33:14 -0230
commit1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5 (patch)
treed95f06135aa5844e5d914e8bb37b96d4b2401dca /cpp/src/Ice/Proxy.cpp
parentBug 3885 - do not use localhost as node name in demos (diff)
downloadice-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.cpp8
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
{