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.h | |
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.h')
-rw-r--r-- | cpp/src/IceGrid/ObjectCache.h | 2 |
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: |