comparison Plugins/Engine/PluginsErrorDictionary.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 #include "../../Core/OrthancException.h" 39 #include "../../Core/OrthancException.h"
40 #include "SharedLibrary.h" 40 #include "../../Core/SharedLibrary.h"
41 41
42 #include <map> 42 #include <map>
43 #include <string> 43 #include <string>
44 #include <boost/noncopyable.hpp> 44 #include <boost/noncopyable.hpp>
45 #include <boost/thread/mutex.hpp> 45 #include <boost/thread/mutex.hpp>