summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ObjectCache.h
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.h
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.h')
-rw-r--r--cpp/src/IceGrid/ObjectCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.h b/cpp/src/IceGrid/ObjectCache.h
index 35ccc365fd8..2414bcd3600 100644
--- a/cpp/src/IceGrid/ObjectCache.h
+++ b/cpp/src/IceGrid/ObjectCache.h
@@ -58,7 +58,7 @@ public:
ObjectEntryPtr get(const Ice::Identity&) const;
ObjectEntryPtr remove(const Ice::Identity&);
- Ice::ObjectProxySeq getObjectsWithType(const std::string&);
+ Ice::ObjectProxySeq getObjectsByType(const std::string&);
ObjectInfoSeq getAll(const std::string&);
private: