comparison Plugins/Engine/IPluginServiceProvider.h @ 2463:be5c0f4155f6

move SharedLibrary into OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jan 2018 10:10:07 +0100
parents 878b59270859
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2462:d61e73357674 2463:be5c0f4155f6
35 35
36 #if ORTHANC_ENABLE_PLUGINS == 1 36 #if ORTHANC_ENABLE_PLUGINS == 1
37 37
38 #include "../Include/orthanc/OrthancCPlugin.h" 38 #include "../Include/orthanc/OrthancCPlugin.h"
39 39
40 #include "SharedLibrary.h" 40 #include "../../Core/SharedLibrary.h"
41 41
42 namespace Orthanc 42 namespace Orthanc
43 { 43 {
44 class IPluginServiceProvider : boost::noncopyable 44 class IPluginServiceProvider : boost::noncopyable
45 { 45 {