diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-20 11:54:20 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-20 11:54:20 +0000 |
commit | 1ea8dd904580a2fba9d9cfbd03aa8ed062ae53b4 (patch) | |
tree | fa27771d0c6695f1cab4f6945ba036917bf9018c /cpp/src/IceGrid/SessionManager.h | |
parent | New Ice::initialize() overload for StringSeq. (diff) | |
download | ice-1ea8dd904580a2fba9d9cfbd03aa8ed062ae53b4.tar.bz2 ice-1ea8dd904580a2fba9d9cfbd03aa8ed062ae53b4.tar.xz ice-1ea8dd904580a2fba9d9cfbd03aa8ed062ae53b4.zip |
Removed null permission verifier well-known objects Various fixes for
replcia session establishment.
Diffstat (limited to 'cpp/src/IceGrid/SessionManager.h')
-rw-r--r-- | cpp/src/IceGrid/SessionManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/SessionManager.h b/cpp/src/IceGrid/SessionManager.h index fc358d19a87..ea656dccb42 100644 --- a/cpp/src/IceGrid/SessionManager.h +++ b/cpp/src/IceGrid/SessionManager.h @@ -74,7 +74,7 @@ public: } // - // If we failed to create the session with the factory an + // If we failed to create the session with the factory and // the factory proxy is a direct proxy, we check with the // Query interface if the factory proxy was updated. It's // possible that the factory was restarted for example. |