comparison Plugins/Engine/PluginsManager.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
33 33
34 #pragma once 34 #pragma once
35 35
36 #if ORTHANC_ENABLE_PLUGINS == 1 36 #if ORTHANC_ENABLE_PLUGINS == 1
37 37
38 #include "SharedLibrary.h"
39 #include "IPluginServiceProvider.h" 38 #include "IPluginServiceProvider.h"
40 39
41 #include <map> 40 #include <map>
42 #include <list> 41 #include <list>
43 42