summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r--cpp/src/IceGrid/ServerCache.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h
index d056e43c852..892e89d140a 100644
--- a/cpp/src/IceGrid/ServerCache.h
+++ b/cpp/src/IceGrid/ServerCache.h
@@ -42,10 +42,11 @@ public:
void update(const ServerInfo&);
void destroy();
- ServerInfo getServerInfo(bool = false) const;
+ ServerInfo getInfo(bool = false) const;
std::string getId() const;
- ServerPrx getProxy(int&, int&, std::string&, bool);
+ ServerPrx getProxy(int&, int&, std::string&, bool = true);
+ ServerPrx getProxy(bool = true);
AdapterPrx getAdapter(const std::string&, bool);
float getLoad(LoadSample) const;