Mercurial > hg > orthanc
comparison Plugins/Engine/PluginsManager.cpp @ 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 |
---|---|
36 | 36 |
37 #if ORTHANC_ENABLE_PLUGINS != 1 | 37 #if ORTHANC_ENABLE_PLUGINS != 1 |
38 #error The plugin support is disabled | 38 #error The plugin support is disabled |
39 #endif | 39 #endif |
40 | 40 |
41 | |
42 #include "../../Core/Toolbox.h" | |
43 #include "../../Core/HttpServer/HttpOutput.h" | 41 #include "../../Core/HttpServer/HttpOutput.h" |
44 #include "../../Core/Logging.h" | 42 #include "../../Core/Logging.h" |
43 #include "../../Core/OrthancException.h" | |
44 #include "../../Core/Toolbox.h" | |
45 | 45 |
46 #include <cassert> | 46 #include <cassert> |
47 #include <memory> | 47 #include <memory> |
48 #include <boost/filesystem.hpp> | 48 #include <boost/filesystem.hpp> |
49 | 49 |