comparison OrthancServer/ServerIndex.cpp @ 431:16b52fb8d034

fix by cyril paulus
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 11 May 2013 12:19:20 +0200
parents 47d63c941902
children 2b09d4ee86c6
comparison
equal deleted inserted replaced
430:f746592d8301 431:16b52fb8d034
289 289
290 290
291 ServerIndex::~ServerIndex() 291 ServerIndex::~ServerIndex()
292 { 292 {
293 LOG(INFO) << "Stopping the database flushing thread"; 293 LOG(INFO) << "Stopping the database flushing thread";
294 /*flushThread_.terminate();
295 flushThread_.join();*/
296 } 294 }
297 295
298 296
299 StoreStatus ServerIndex::Store(const DicomMap& dicomSummary, 297 StoreStatus ServerIndex::Store(const DicomMap& dicomSummary,
300 const Attachments& attachments, 298 const Attachments& attachments,