summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Proxy.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-10-27 15:55:14 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-10-27 15:55:14 +0000
commit6784d4bde53175419fb12afb1f01f03575a3fdbd (patch)
tree958e08ab1170b6f8010f77606ae63de4fef2cd53 /cppe/src/IceE/Proxy.cpp
parentRenamed IceBox library and executable (diff)
downloadice-6784d4bde53175419fb12afb1f01f03575a3fdbd.tar.bz2
ice-6784d4bde53175419fb12afb1f01f03575a3fdbd.tar.xz
ice-6784d4bde53175419fb12afb1f01f03575a3fdbd.zip
Removed ice_default()
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()
{