diff Plugin/Plugin.cpp @ 32:79d871605ffd

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:38:31 +0200
parents c304ffca5d80
children b9c536bf598b 53dbed29949a
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Fri Jan 31 17:51:30 2020 +0100
+++ b/Plugin/Plugin.cpp	Tue Jun 30 07:38:31 2020 +0200
@@ -22,9 +22,9 @@
 #include "AuthorizationWebService.h"
 #include "MemoryCache.h"
 
-#include <Plugins/Samples/Common/OrthancPluginCppWrapper.h>
-#include <Core/Logging.h>
-#include <Core/Toolbox.h>
+#include <OrthancPluginCppWrapper.h>
+#include <Logging.h>
+#include <Toolbox.h>
 
 
 // Configuration of the authorization plugin
@@ -256,7 +256,7 @@
       return -1;
     }
 
-    Orthanc::Logging::Initialize(context);
+    Orthanc::Logging::InitializePluginContext(context);
     OrthancPluginSetDescription(context, "Advanced authorization plugin for Orthanc.");
 
     try