diff options
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) { |