diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-04-14 07:52:26 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-04-14 07:52:26 +0000 |
commit | 1edb07d6b1c2e0cd498a424df51a301e77206364 (patch) | |
tree | 1b73bd4e9c2943c811525059b1d862754b1ee611 /cpp/demo/Ice/session/SessionFactoryI.cpp | |
parent | fix. (diff) | |
download | ice-1edb07d6b1c2e0cd498a424df51a301e77206364.tar.bz2 ice-1edb07d6b1c2e0cd498a424df51a301e77206364.tar.xz ice-1edb07d6b1c2e0cd498a424df51a301e77206364.zip |
remove mutex protection on shutdown.
Diffstat (limited to 'cpp/demo/Ice/session/SessionFactoryI.cpp')
-rwxr-xr-x | cpp/demo/Ice/session/SessionFactoryI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/demo/Ice/session/SessionFactoryI.cpp b/cpp/demo/Ice/session/SessionFactoryI.cpp index d212bf3fc7c..b1c2a3b0335 100755 --- a/cpp/demo/Ice/session/SessionFactoryI.cpp +++ b/cpp/demo/Ice/session/SessionFactoryI.cpp @@ -77,8 +77,6 @@ SessionFactoryI::create(const Ice::Current& c) void SessionFactoryI::shutdown(const ::Ice::Current& c) { - Lock sync(*this); - cout << "Shutting down..." << endl; c.adapter->getCommunicator()->shutdown(); } |