comparison OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp @ 774:4e3593c3511d

NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Apr 2014 15:17:10 +0200
parents 3bd0589af992
children be87dd517416
comparison
equal deleted inserted replaced
773:3bd0589af992 774:4e3593c3511d
84 for (;;) 84 for (;;)
85 { 85 {
86 boost::this_thread::sleep(boost::posix_time::milliseconds(100)); 86 boost::this_thread::sleep(boost::posix_time::milliseconds(100));
87 if (!that->continue_) 87 if (!that->continue_)
88 { 88 {
89 LOG(INFO) << "Finishing the thread watching the global SCU connection"; 89 //LOG(INFO) << "Finishing the thread watching the global SCU connection";
90 return; 90 return;
91 } 91 }
92 92
93 { 93 {
94 boost::mutex::scoped_lock lock(that->mutex_); 94 boost::mutex::scoped_lock lock(that->mutex_);