comparison OrthancServer/main.cpp @ 1199:a843ee8bb903 db-changes

separated thread for change callbacks in plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Oct 2014 14:29:45 +0200
parents e95e7f9eba96
children 178de5edc0a8
comparison
equal deleted inserted replaced
1198:1169528a9a5f 1199:a843ee8bb903
583 } 583 }
584 584
585 // We're done 585 // We're done
586 LOG(WARNING) << "Orthanc is stopping"; 586 LOG(WARNING) << "Orthanc is stopping";
587 587
588 #if ENABLE_PLUGINS == 1
589 orthancPlugins.Stop();
590 #endif
591
588 dicomServer.Stop(); 592 dicomServer.Stop();
589 httpServer.Stop(); 593 httpServer.Stop();
590 } 594 }
591 595
592 serverFactory.Done(); 596 serverFactory.Done();