comparison Plugins/Engine/OrthancPluginDatabase.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 ffd23c0104af
children 2e692c83e2f3
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 "../../OrthancServer/IDatabaseWrapper.h" 37 #include "../../OrthancServer/IDatabaseWrapper.h"
36 #include "../Include/orthanc/OrthancCDatabasePlugin.h" 38 #include "../Include/orthanc/OrthancCDatabasePlugin.h"
37 #include "SharedLibrary.h" 39 #include "SharedLibrary.h"
38 40
39 namespace Orthanc 41 namespace Orthanc
236 IStorageArea& storageArea); 238 IStorageArea& storageArea);
237 239
238 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer); 240 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer);
239 }; 241 };
240 } 242 }
243
244 #endif