Mercurial > hg > orthanc
comparison OrthancServer/DicomProtocol/DicomServer.cpp @ 1454:9de4fa64e29c
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 02 Jul 2015 12:30:55 +0200 |
parents | c0bdc47165ef |
children | f967bdf8534e |
comparison
equal
deleted
inserted
replaced
1453:c0bdc47165ef | 1454:9de4fa64e29c |
---|---|
422 | 422 |
423 if (pimpl_->thread_.joinable()) | 423 if (pimpl_->thread_.joinable()) |
424 { | 424 { |
425 pimpl_->thread_.join(); | 425 pimpl_->thread_.join(); |
426 } | 426 } |
427 | |
428 bagOfDispatchers_.Finalize(); | |
427 } | 429 } |
428 } | 430 } |
429 | 431 |
430 | 432 |
431 bool DicomServer::IsMyAETitle(const std::string& aet) const | 433 bool DicomServer::IsMyAETitle(const std::string& aet) const |