diff options
author | Bernard Normier <bernard@zeroc.com> | 2008-03-14 18:39:49 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2008-03-14 18:39:49 -0400 |
commit | 622c6791ee337b9f852d3a00db7c002424ff85e7 (patch) | |
tree | 23d9a7b844875133a4f27fea6841cf5072a6936e /cpp/src/IceGrid/NodeCache.cpp | |
parent | Bug 2786 (diff) | |
download | ice-622c6791ee337b9f852d3a00db7c002424ff85e7.tar.bz2 ice-622c6791ee337b9f852d3a00db7c002424ff85e7.tar.xz ice-622c6791ee337b9f852d3a00db7c002424ff85e7.zip |
Fixed IceGrid GUI help
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeCache.cpp b/cpp/src/IceGrid/NodeCache.cpp index 40d38788a6d..7e193f1f601 100644 --- a/cpp/src/IceGrid/NodeCache.cpp +++ b/cpp/src/IceGrid/NodeCache.cpp @@ -89,7 +89,7 @@ struct ToInternalServerDescriptor : std::unary_function<CommunicatorDescriptorPt } // - // Ignore the register process attribute if the server is using Ice > 3.3.0 + // Ignore the register process attribute if the server is using Ice >= 3.3.0 // if(_iceVersion != 0 && _iceVersion < 30300) { |