Mercurial > hg > orthanc
comparison Plugins/Engine/PluginsEnumerations.h @ 1632:eb8fbcf008b5
fix build with plugins disabled
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 21 Sep 2015 14:05:06 +0200 |
parents | 8dc468f44661 |
children | da799f767e5d |
comparison
equal
deleted
inserted
replaced
1631:0d074f5f6069 | 1632:eb8fbcf008b5 |
---|---|
30 **/ | 30 **/ |
31 | 31 |
32 | 32 |
33 #pragma once | 33 #pragma once |
34 | 34 |
35 #if ORTHANC_PLUGINS_ENABLED == 1 | |
36 | |
35 #include "../Include/orthanc/OrthancCPlugin.h" | 37 #include "../Include/orthanc/OrthancCPlugin.h" |
36 #include "../../OrthancServer/ServerEnumerations.h" | 38 #include "../../OrthancServer/ServerEnumerations.h" |
37 | |
38 | 39 |
39 namespace Orthanc | 40 namespace Orthanc |
40 { | 41 { |
41 namespace Plugins | 42 namespace Plugins |
42 { | 43 { |
53 OrthancPluginContentType Convert(FileContentType type); | 54 OrthancPluginContentType Convert(FileContentType type); |
54 | 55 |
55 FileContentType Convert(OrthancPluginContentType type); | 56 FileContentType Convert(OrthancPluginContentType type); |
56 } | 57 } |
57 } | 58 } |
59 | |
60 #endif |