comparison OrthancServer/Plugins/Engine/PluginsEnumerations.h @ 4061:496e07123e37 framework

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:31:30 +0200
parents 05b8fd21089c
children d633e5bb7ba3
comparison
equal deleted inserted replaced
4060:149172a06b4d 4061:496e07123e37
36 #if ORTHANC_ENABLE_PLUGINS == 1 36 #if ORTHANC_ENABLE_PLUGINS == 1
37 37
38 /** 38 /**
39 * NB: Conversions to/from "OrthancPluginConstraintType" and 39 * NB: Conversions to/from "OrthancPluginConstraintType" and
40 * "OrthancPluginResourceType" are located in file 40 * "OrthancPluginResourceType" are located in file
41 * "../../OrthancServer/Search/DatabaseConstraint.h" to be shared with 41 * "../../Sources/Search/DatabaseConstraint.h" to be shared with the
42 * the "orthanc-databases" project. 42 * "orthanc-databases" project.
43 **/ 43 **/
44 44
45 #include "../Include/orthanc/OrthancCPlugin.h" 45 #include "../Include/orthanc/OrthancCPlugin.h"
46 #include "../../Sources/Search/DatabaseConstraint.h" 46 #include "../../Sources/Search/DatabaseConstraint.h"
47 47