diff Plugin/Plugin.cpp @ 22:c44013681a51

now using the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jul 2018 14:37:30 +0200
parents 4362026afddf
children bc0431cb6b8f
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Thu Jul 19 15:04:50 2018 +0200
+++ b/Plugin/Plugin.cpp	Fri Jul 20 14:37:30 2018 +0200
@@ -22,9 +22,9 @@
 #include "AuthorizationWebService.h"
 #include "MemoryCache.h"
 
-#include "../Resources/Orthanc/Plugins/Samples/Common/OrthancPluginCppWrapper.h"
-#include "../Resources/Orthanc/Core/Logging.h"
-#include "../Resources/Orthanc/Core/Toolbox.h"
+#include <Plugins/Samples/Common/OrthancPluginCppWrapper.h>
+#include <Core/Logging.h>
+#include <Core/Toolbox.h>
 
 static OrthancPluginContext* context_ = NULL;
 
@@ -384,6 +384,6 @@
 
   ORTHANC_PLUGINS_API const char* OrthancPluginGetVersion()
   {
-    return ORTHANC_AUTHORIZATION_VERSION;
+    return ORTHANC_PLUGIN_VERSION;
   }
 }