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 1e934430c30..df40d52d256 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -50,6 +50,7 @@ public: ServerPrx getProxy(int&, int&, std::string&, bool = true); ServerPrx getProxy(bool = true); AdapterPrx getAdapter(const std::string&, bool); + AdapterPrx getAdapter(int&, int&, const std::string&, bool); float getLoad(LoadSample) const; bool canRemove(); |