comparison OrthancServer/main.cpp @ 1436:0a3e3be59094

uncoupling of SignalChange for Lua scripts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2015 17:19:26 +0200
parents f9cd40166269
children 02f5a3f5c0a0
comparison
equal deleted inserted replaced
1435:6406f5493d92 1436:0a3e3be59094
543 // We're done 543 // We're done
544 LOG(WARNING) << "Orthanc is stopping"; 544 LOG(WARNING) << "Orthanc is stopping";
545 545
546 #if ENABLE_PLUGINS == 1 546 #if ENABLE_PLUGINS == 1
547 context->ResetPlugins(); 547 context->ResetPlugins();
548 plugins.Stop();
549 plugins.ResetOrthancRestApi(); 548 plugins.ResetOrthancRestApi();
550 LOG(WARNING) << " Plugins have stopped"; 549 LOG(WARNING) << " Plugins have stopped";
551 #endif 550 #endif
552 551
553 dicomServer.Stop(); 552 dicomServer.Stop();