diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.h')
-rw-r--r-- | cpp/src/IceGrid/NodeCache.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/NodeCache.h b/cpp/src/IceGrid/NodeCache.h index b22d7efd637..e87c9b028c4 100644 --- a/cpp/src/IceGrid/NodeCache.h +++ b/cpp/src/IceGrid/NodeCache.h @@ -46,8 +46,14 @@ public: bool canRemove(); + ServerPrx loadServer(const ServerInfo&, AdapterPrxDict&, int&, int&); + void destroyServer(const std::string&); + ServerInfo getServerInfo(const ServerInfo&); + private: + ServerDescriptorPtr getServerDescriptor(const ServerInfo&); + Cache<std::string, NodeEntry>& _cache; const std::string _name; NodeSessionIPtr _session; |