summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Connection.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-07-28 20:35:26 +0000
committerBernard Normier <bernard@zeroc.com>2006-07-28 20:35:26 +0000
commita7270eb607bf5602b6f10dbd2e78da18e4f3d6fb (patch)
treeef3ca6c6da06abf84b16fcb3eff00f36ab5d65d3 /cppe/src/IceE/Connection.cpp
parentcleaning up the Ruby settings (diff)
downloadice-a7270eb607bf5602b6f10dbd2e78da18e4f3d6fb.tar.bz2
ice-a7270eb607bf5602b6f10dbd2e78da18e4f3d6fb.tar.xz
ice-a7270eb607bf5602b6f10dbd2e78da18e4f3d6fb.zip
restored setDefaultContext
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-xcppe/src/IceE/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp
index 08b13996902..57f22775c0b 100755
--- a/cppe/src/IceE/Connection.cpp
+++ b/cppe/src/IceE/Connection.cpp
@@ -866,7 +866,7 @@ Ice::Connection::createProxy(const Identity& ident) const
//
vector<ConnectionPtr> connections;
connections.push_back(const_cast<Connection*>(this));
- ReferencePtr ref = _instance->referenceFactory()->create(ident, _instance->initializationData().defaultContext, "",
+ ReferencePtr ref = _instance->referenceFactory()->create(ident, _instance->getDefaultContext(), "",
Reference::ModeTwoway, connections);
return _instance->proxyFactory()->referenceToProxy(ref);
}