diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-11-09 10:20:21 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-11-09 10:20:21 +0000 |
commit | ea30fa78f02c20b4707ec0df9efd7d3177c0cc59 (patch) | |
tree | abd4e0ff8540b7d86f77b030418756053333874a /cpp/src/IceGrid/ObjectCache.cpp | |
parent | Removed current status from adapters in templates (diff) | |
download | ice-ea30fa78f02c20b4707ec0df9efd7d3177c0cc59.tar.bz2 ice-ea30fa78f02c20b4707ec0df9efd7d3177c0cc59.tar.xz ice-ea30fa78f02c20b4707ec0df9efd7d3177c0cc59.zip |
Changed IceGrid::Query interface.
Diffstat (limited to 'cpp/src/IceGrid/ObjectCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ObjectCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.cpp b/cpp/src/IceGrid/ObjectCache.cpp index 9e3c68adec0..0c4dffd0e2d 100644 --- a/cpp/src/IceGrid/ObjectCache.cpp +++ b/cpp/src/IceGrid/ObjectCache.cpp @@ -95,7 +95,7 @@ ObjectCache::remove(const Ice::Identity& id) } Ice::ObjectProxySeq -ObjectCache::getObjectsWithType(const string& type) +ObjectCache::getObjectsByType(const string& type) { Lock sync(*this); Ice::ObjectProxySeq proxies; |