summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/Proxy.cpp')
-rw-r--r--cppe/src/IceE/Proxy.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp
index 0b2dcf00706..61b0f374a78 100644
--- a/cppe/src/IceE/Proxy.cpp
+++ b/cppe/src/IceE/Proxy.cpp
@@ -537,24 +537,6 @@ IceProxy::Ice::Object::ice_locator(const LocatorPrx& locator) const
#endif
-ObjectPrx
-IceProxy::Ice::Object::ice_default() const
-{
- ReferencePtr ref = _reference->changeDefault();
- ref = ref->changeDefault();
-
- if(ref == _reference)
- {
- return ObjectPrx(const_cast< ::IceProxy::Ice::Object*>(this));
- }
- else
- {
- ObjectPrx proxy(new ::IceProxy::Ice::Object());
- proxy->setup(ref);
- return proxy;
- }
-}
-
ConnectionPtr
IceProxy::Ice::Object::ice_connection()
{