summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Proxy.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-04-26 15:57:47 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-04-26 15:57:47 +0000
commitc75114dc63456ca789af2922f1f87356f8c89544 (patch)
tree417ea67e43316186cd80a334a665e6e997c3c0f6 /cppe/src/IceE/Proxy.cpp
parentRemoved LocalObject (diff)
downloadice-c75114dc63456ca789af2922f1f87356f8c89544.tar.bz2
ice-c75114dc63456ca789af2922f1f87356f8c89544.tar.xz
ice-c75114dc63456ca789af2922f1f87356f8c89544.zip
Removed default context support
Diffstat (limited to 'cppe/src/IceE/Proxy.cpp')
-rw-r--r--cppe/src/IceE/Proxy.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp
index 2ec7bf4d986..5c22de23c8d 100644
--- a/cppe/src/IceE/Proxy.cpp
+++ b/cppe/src/IceE/Proxy.cpp
@@ -436,14 +436,6 @@ IceProxy::Ice::Object::ice_context(const Context& newContext) const
return proxy;
}
-ObjectPrx
-IceProxy::Ice::Object::ice_defaultContext() const
-{
- ObjectPrx proxy(new ::IceProxy::Ice::Object());
- proxy->setup(_reference->defaultContext());
- return proxy;
-}
-
Identity
IceProxy::Ice::Object::ice_getIdentity() const
{