summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Outgoing.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-04-27 11:57:47 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-04-27 11:57:47 +0000
commitace93c2f27b493ed367cc62c875d263d9a00b3a0 (patch)
tree0a4c6dc155e843c6829878f9421cc438147b6f64 /cppe/src/IceE/Outgoing.cpp
parentFix (diff)
downloadice-ace93c2f27b493ed367cc62c875d263d9a00b3a0.tar.bz2
ice-ace93c2f27b493ed367cc62c875d263d9a00b3a0.tar.xz
ice-ace93c2f27b493ed367cc62c875d263d9a00b3a0.zip
Removed use of SHaredContext
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r--cppe/src/IceE/Outgoing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp
index 888b33d105a..5444fc4148d 100644
--- a/cppe/src/IceE/Outgoing.cpp
+++ b/cppe/src/IceE/Outgoing.cpp
@@ -100,7 +100,7 @@ IceInternal::Outgoing::Outgoing(Connection* connection, Reference* ref, const st
if(context == 0)
{
- context = &_reference->getContext()->getValue();
+ context = _reference->getContext();
}
_stream.writeSize(Int(context->size()));