summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionFactoryI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-04-14 07:52:26 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-04-14 07:52:26 +0000
commit1edb07d6b1c2e0cd498a424df51a301e77206364 (patch)
tree1b73bd4e9c2943c811525059b1d862754b1ee611 /cpp/demo/Ice/session/SessionFactoryI.cpp
parentfix. (diff)
downloadice-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-xcpp/demo/Ice/session/SessionFactoryI.cpp2
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();
}