diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-04-27 11:57:47 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-04-27 11:57:47 +0000 |
commit | ace93c2f27b493ed367cc62c875d263d9a00b3a0 (patch) | |
tree | 0a4c6dc155e843c6829878f9421cc438147b6f64 /cppe/src/IceE/Proxy.cpp | |
parent | Fix (diff) | |
download | ice-ace93c2f27b493ed367cc62c875d263d9a00b3a0.tar.bz2 ice-ace93c2f27b493ed367cc62c875d263d9a00b3a0.tar.xz ice-ace93c2f27b493ed367cc62c875d263d9a00b3a0.zip |
Removed use of SHaredContext
Diffstat (limited to 'cppe/src/IceE/Proxy.cpp')
-rw-r--r-- | cppe/src/IceE/Proxy.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp index 0f3bcc1ef06..18e4ae676bc 100644 --- a/cppe/src/IceE/Proxy.cpp +++ b/cppe/src/IceE/Proxy.cpp @@ -401,7 +401,7 @@ IceProxy::Ice::Object::ice_id(const Context* __context) Context IceProxy::Ice::Object::ice_getContext() const { - return _reference->getContext()->getValue(); + return *_reference->getContext(); } ObjectPrx @@ -730,12 +730,6 @@ IceProxy::Ice::Object::__checkTwowayOnly(const char* name) const } } -const Context& -IceProxy::Ice::Object::__defaultContext() const -{ - return _reference->getContext()->getValue(); -} - bool Ice::proxyIdentityLess(const ObjectPrx& lhs, const ObjectPrx& rhs) { |