diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-10-27 15:55:14 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-10-27 15:55:14 +0000 |
commit | 6784d4bde53175419fb12afb1f01f03575a3fdbd (patch) | |
tree | 958e08ab1170b6f8010f77606ae63de4fef2cd53 /cppe/src/IceE/Proxy.cpp | |
parent | Renamed IceBox library and executable (diff) | |
download | ice-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.cpp | 18 |
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() { |