diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-08-01 13:59:13 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-08-01 13:59:13 +0000 |
commit | 1c2200d731e5d42e57476a11303e7b39eb6de3b6 (patch) | |
tree | c125f1d2b654bfbc30198cbfa3904c3a82b56517 /cpp/src/IceGrid/NodeCache.h | |
parent | Fixed bug where variables weren't substituted in distribution descriptors. (diff) | |
download | ice-1c2200d731e5d42e57476a11303e7b39eb6de3b6.tar.bz2 ice-1c2200d731e5d42e57476a11303e7b39eb6de3b6.tar.xz ice-1c2200d731e5d42e57476a11303e7b39eb6de3b6.zip |
Added application info.
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&); |