diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-06-16 13:19:20 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-06-16 13:19:20 +0000 |
commit | e44cfc240ae1eb4d9df2d74ab1c7e9d0f0a817ff (patch) | |
tree | 6b89768c7a33835c9df9dcb720dd173d807e5e84 /cpp/src/IceGrid/ServerCache.h | |
parent | Added (diff) | |
download | ice-e44cfc240ae1eb4d9df2d74ab1c7e9d0f0a817ff.tar.bz2 ice-e44cfc240ae1eb4d9df2d74ab1c7e9d0f0a817ff.tar.xz ice-e44cfc240ae1eb4d9df2d74ab1c7e9d0f0a817ff.zip |
Fixed bug 1054, 1077, 1002.
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index 48a3515b084..bc43e89358b 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -43,8 +43,8 @@ public: ServerInfo getServerInfo(bool = false) const; std::string getId() const; - ServerPrx getProxy(int&, int&, std::string&); - AdapterPrx getAdapter(const std::string&); + ServerPrx getProxy(int&, int&, std::string&, bool); + AdapterPrx getAdapter(const std::string&, bool); NodeEntryPtr getNode() const; std::string getApplication() const; float getLoad(LoadSample) const; |