comparison OrthancServer/Plugins/Engine/PluginsEnumerations.h @ 4096:d633e5bb7ba3

reusing of ISqlLookupFormatter and DatabaseConstraint in orthanc-databases project
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:42:21 +0200
parents 496e07123e37
children d9473bd5ed43
comparison
equal deleted inserted replaced
4094:1c89208fbba9 4096:d633e5bb7ba3
40 * "OrthancPluginResourceType" are located in file 40 * "OrthancPluginResourceType" are located in file
41 * "../../Sources/Search/DatabaseConstraint.h" to be shared with the 41 * "../../Sources/Search/DatabaseConstraint.h" to be shared with the
42 * "orthanc-databases" project. 42 * "orthanc-databases" project.
43 **/ 43 **/
44 44
45 #include "../../Sources/Search/DatabaseConstraint.h"
46 #include "../../Sources/ServerEnumerations.h"
45 #include "../Include/orthanc/OrthancCPlugin.h" 47 #include "../Include/orthanc/OrthancCPlugin.h"
46 #include "../../Sources/Search/DatabaseConstraint.h"
47 48
48 namespace Orthanc 49 namespace Orthanc
49 { 50 {
50 namespace Compatibility 51 namespace Compatibility
51 { 52 {