diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-14 18:50:17 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-14 18:50:17 +0000 |
commit | a7da4de2000e9738ed895e534e782e82125ac2c0 (patch) | |
tree | 367b47c719e4860fb096ec5fc51aee0ae3034cb9 /cpp/src/IceGrid/NodeI.cpp | |
parent | Fix (diff) | |
download | ice-a7da4de2000e9738ed895e534e782e82125ac2c0.tar.bz2 ice-a7da4de2000e9738ed895e534e782e82125ac2c0.tar.xz ice-a7da4de2000e9738ed895e534e782e82125ac2c0.zip |
Fixed TODOs
Diffstat (limited to 'cpp/src/IceGrid/NodeI.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeI.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp index 1eed1b8bbf6..4eb61cc7294 100644 --- a/cpp/src/IceGrid/NodeI.cpp +++ b/cpp/src/IceGrid/NodeI.cpp @@ -485,16 +485,6 @@ void NodeI::shutdown(const Ice::Current&) const { _activator->shutdown(); - // - // TODO: XXX: Wait for the session to be down with the registry - // who invoked this call. Perhaps it's better to have the registry - // wait actually... - // -// IceUtil::Monitor<IceUtil::Mutex>::Lock sync(_sessionMonitor); -// while(_session) -// { -// _sessionMonitor.wait(); -// } } Ice::CommunicatorPtr |