diff options
Diffstat (limited to 'cpp/src')
-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) { |