From 64cc25d19077e937dac847c82b3ea62c5746a51e Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Mon, 5 Jun 2006 16:03:09 +0000 Subject: - Changes to align dynamic filtering with the current Glacier2Filters wiki proposal. - Some 3.1.0 prep work for the VC 6.0 windows installers. --- cpp/src/IceGrid/ObjectCache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceGrid/ObjectCache.cpp') diff --git a/cpp/src/IceGrid/ObjectCache.cpp b/cpp/src/IceGrid/ObjectCache.cpp index 65cb547315e..29132c8c221 100644 --- a/cpp/src/IceGrid/ObjectCache.cpp +++ b/cpp/src/IceGrid/ObjectCache.cpp @@ -372,7 +372,7 @@ ObjectEntry::allocated(const SessionIPtr& session) { Ice::IdentitySeq seq(1); seq.push_back(_info.proxy->ice_getIdentity()); - ctl->identityFilter()->addAccept(seq); + ctl->identities()->add(seq); } catch(const Ice::ObjectNotExistException&) { @@ -395,7 +395,7 @@ ObjectEntry::released(const SessionIPtr& session) { Ice::IdentitySeq seq(1); seq.push_back(_info.proxy->ice_getIdentity()); - ctl->identityFilter()->removeAccept(seq); + ctl->identities()->remove(seq); } catch(const Ice::ObjectNotExistException&) { -- cgit v1.2.3