diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-05-02 14:23:10 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-05-02 14:23:10 +0000 |
commit | fe95fb2662c99f5aa6763930be2dba9430aed6af (patch) | |
tree | b4eff6ca265c3df4a83710d1563a89da9a44d7bb /cppe/src/IceE/Connection.cpp | |
parent | Modified emulator version (diff) | |
download | ice-fe95fb2662c99f5aa6763930be2dba9430aed6af.tar.bz2 ice-fe95fb2662c99f5aa6763930be2dba9430aed6af.tar.xz ice-fe95fb2662c99f5aa6763930be2dba9430aed6af.zip |
Added ice_getAdapterId/ice_adapterId.
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-x | cppe/src/IceE/Connection.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp index b2b6cab3820..db69e10e014 100755 --- a/cppe/src/IceE/Connection.cpp +++ b/cppe/src/IceE/Connection.cpp @@ -955,7 +955,8 @@ Ice::Connection::createProxy(const Identity& ident) const // vector<ConnectionPtr> connections; connections.push_back(const_cast<Connection*>(this)); - ReferencePtr ref = _instance->referenceFactory()->create(ident, "", Reference::ModeTwoway, connections); + ReferencePtr ref = _instance->referenceFactory()->create(ident, Ice::Context(), "", Reference::ModeTwoway, + connections); return _instance->proxyFactory()->referenceToProxy(ref); } |