summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Cache.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-07-08 14:29:11 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-07-08 14:29:11 +0000
commit7946a51cca49e3781bfc4c25ae979d20ccf18c57 (patch)
tree6d66b04c2b2e70da623954ad5d77a3201b067ce2 /cpp/src/IceGrid/Cache.h
parentRemoved ICEE ifdefs from slice since files now separate (diff)
downloadice-7946a51cca49e3781bfc4c25ae979d20ccf18c57.tar.bz2
ice-7946a51cca49e3781bfc4c25ae979d20ccf18c57.tar.xz
ice-7946a51cca49e3781bfc4c25ae979d20ccf18c57.zip
Fix
Diffstat (limited to 'cpp/src/IceGrid/Cache.h')
-rw-r--r--cpp/src/IceGrid/Cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Cache.h b/cpp/src/IceGrid/Cache.h
index da799248a0f..65cd980d667 100644
--- a/cpp/src/IceGrid/Cache.h
+++ b/cpp/src/IceGrid/Cache.h
@@ -141,7 +141,7 @@ public:
getAll(const std::string& expr)
{
IceUtil::Mutex::Lock sync(*this);
- return getMatchingKeys<std::map<std::string,TPtr> >(_entries, expr);
+ return getMatchingKeys<std::map<std::string,TPtr> >(Cache<std::string, T>::_entries, expr);
}
};