diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-12-13 15:50:57 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-12-13 15:50:57 +0000 |
commit | 2b5768c8755cccd073e910a604b3152c3497a636 (patch) | |
tree | e6f486098773e9c7a45eb232b2f40c33cacd70ab /cpp/src/IceGrid/ServerCache.h | |
parent | Fixed bug #1611 (diff) | |
download | ice-2b5768c8755cccd073e910a604b3152c3497a636.tar.bz2 ice-2b5768c8755cccd073e910a604b3152c3497a636.tar.xz ice-2b5768c8755cccd073e910a604b3152c3497a636.zip |
Fixed timeout issue
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(); |