diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-12-01 09:03:37 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-12-01 09:03:37 +0000 |
commit | 2d918e1915c9151c298eec7b92d83e0cb45d8b4a (patch) | |
tree | bb743120f656c209a671e083c78e408d89fb1234 /cpp/src/IceGrid/NodeCache.h | |
parent | Allow hello demo to better test timeouts (diff) | |
download | ice-2d918e1915c9151c298eec7b92d83e0cb45d8b4a.tar.bz2 ice-2d918e1915c9151c298eec7b92d83e0cb45d8b4a.tar.xz ice-2d918e1915c9151c298eec7b92d83e0cb45d8b4a.zip |
Use deactivation timeout for loadServer call
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.h')
-rw-r--r-- | cpp/src/IceGrid/NodeCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeCache.h b/cpp/src/IceGrid/NodeCache.h index e2228f275f2..c61c1363ea3 100644 --- a/cpp/src/IceGrid/NodeCache.h +++ b/cpp/src/IceGrid/NodeCache.h @@ -53,7 +53,7 @@ public: bool canRemove(); - void loadServer(const ServerEntryPtr&, const ServerInfo&, const SessionIPtr&); + void loadServer(const ServerEntryPtr&, const ServerInfo&, const SessionIPtr&, int); void destroyServer(const ServerEntryPtr&, const ServerInfo&); ServerInfo getServerInfo(const ServerInfo&, const SessionIPtr&); |