diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index bc880477691..80e135f6aee 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -43,6 +43,7 @@ public: ServerPrx getProxy(int&, int&, std::string&); AdapterPrx getAdapter(const std::string&); NodeEntryPtr getNode() const; + std::string getApplication() const; float getLoad(LoadSample) const; bool canRemove(); |