summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ObjectCache.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-11-09 10:20:21 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-11-09 10:20:21 +0000
commitea30fa78f02c20b4707ec0df9efd7d3177c0cc59 (patch)
treeabd4e0ff8540b7d86f77b030418756053333874a /cpp/src/IceGrid/ObjectCache.cpp
parentRemoved current status from adapters in templates (diff)
downloadice-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.cpp2
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;