comparison OrthancServer/main.cpp @ 1447:5ba7471780ae

refactoring: HttpToolbox, DumpJson in Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2015 17:42:06 +0200
parents b2b09a3dbd8e
children b737acb13da5
comparison
equal deleted inserted replaced
1446:8dc80ba768aa 1447:5ba7471780ae
543 } 543 }
544 544
545 // We're done 545 // We're done
546 LOG(WARNING) << "Orthanc is stopping"; 546 LOG(WARNING) << "Orthanc is stopping";
547 547
548 context->Stop();
549
548 #if ENABLE_PLUGINS == 1 550 #if ENABLE_PLUGINS == 1
549 context->ResetPlugins(); 551 context->ResetPlugins();
550 plugins.ResetOrthancRestApi(); 552 plugins.ResetOrthancRestApi();
551 LOG(WARNING) << " Plugins have stopped"; 553 LOG(WARNING) << " Plugins have stopped";
552 #endif 554 #endif