diff options
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 e6ab55a8827..86989d237c9 100644 --- a/cpp/src/IceGrid/NodeCache.h +++ b/cpp/src/IceGrid/NodeCache.h @@ -51,7 +51,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 std::string&); ServerInfo getServerInfo(const ServerInfo&, const SessionIPtr&); |