diff options
author | Brent Eagles <brent@zeroc.com> | 2006-06-05 16:03:09 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-06-05 16:03:09 +0000 |
commit | 64cc25d19077e937dac847c82b3ea62c5746a51e (patch) | |
tree | 80a8c6bc2594bef177acbdff14f342ee4b4283a9 /cpp/src/IceGrid/SessionI.cpp | |
parent | Added IceSSL::DistinguishedName (diff) | |
download | ice-64cc25d19077e937dac847c82b3ea62c5746a51e.tar.bz2 ice-64cc25d19077e937dac847c82b3ea62c5746a51e.tar.xz ice-64cc25d19077e937dac847c82b3ea62c5746a51e.zip |
- Changes to align dynamic filtering with the current Glacier2Filters wiki
proposal.
- Some 3.1.0 prep work for the VC 6.0 windows installers.
Diffstat (limited to 'cpp/src/IceGrid/SessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/SessionI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/SessionI.cpp b/cpp/src/IceGrid/SessionI.cpp index d765d1c7ac3..068ec868515 100644 --- a/cpp/src/IceGrid/SessionI.cpp +++ b/cpp/src/IceGrid/SessionI.cpp @@ -319,7 +319,7 @@ ClientSessionManagerI::create(const string& user, const Glacier2::SessionControl id.name = "Registry"; ids.push_back(id); ids.push_back(s->ice_getIdentity()); - ctl->identityFilter()->addAccept(ids); + ctl->identities()->add(ids); } catch(const Ice::LocalException&) { @@ -385,7 +385,7 @@ ClientSSLSessionManagerI::create(const Glacier2::SSLInfo& info, const Glacier2:: id.name = "Registry"; ids.push_back(id); ids.push_back(s->ice_getIdentity()); - ctl->identityFilter()->addAccept(ids); + ctl->identities()->add(ids); } catch(const Ice::LocalException&) { |