diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-27 13:22:05 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-27 13:22:05 +0000 |
commit | eff6a7af8e73573e8a1cbb6cd23249f0a9cd9e7f (patch) | |
tree | 2c18eccdb121e6f58b9e4e4a0f414e3983855804 /cpp/src/IceGrid/NodeCache.h | |
parent | Fixes (diff) | |
download | ice-eff6a7af8e73573e8a1cbb6cd23249f0a9cd9e7f.tar.bz2 ice-eff6a7af8e73573e8a1cbb6cd23249f0a9cd9e7f.tar.xz ice-eff6a7af8e73573e8a1cbb6cd23249f0a9cd9e7f.zip |
Fixes to support a little more information for nodes.
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.h')
-rw-r--r-- | cpp/src/IceGrid/NodeCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/NodeCache.h b/cpp/src/IceGrid/NodeCache.h index 8ec249bea9e..b22d7efd637 100644 --- a/cpp/src/IceGrid/NodeCache.h +++ b/cpp/src/IceGrid/NodeCache.h @@ -40,6 +40,7 @@ public: void setSession(const NodeSessionIPtr&); NodePrx getProxy() const; + NodeInfo getInfo() const; Ice::StringSeq getServers() const; LoadInfo getLoadInfoAndLoadFactor(const std::string&, float&) const; |