comparison OrthancServer/Sources/Search/DatabaseConstraint.cpp @ 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 05b8fd21089c
children 50b0c69b653a
comparison
equal deleted inserted replaced
4094:1c89208fbba9 4096:d633e5bb7ba3
29 * You should have received a copy of the GNU General Public License 29 * You should have received a copy of the GNU General Public License
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #include "../PrecompiledHeadersServer.h" 34 #if !defined(ORTHANC_BUILDING_SERVER_LIBRARY)
35 # error Macro ORTHANC_BUILDING_SERVER_LIBRARY must be defined
36 #endif
37
38 #if ORTHANC_BUILDING_SERVER_LIBRARY == 1
39 # include "../PrecompiledHeadersServer.h"
40 #endif
41
35 #include "DatabaseConstraint.h" 42 #include "DatabaseConstraint.h"
36 43
37 #include "../../../OrthancFramework/Sources/OrthancException.h" 44 #if ORTHANC_BUILDING_SERVER_LIBRARY == 1
38 45 # include "../../../OrthancFramework/Sources/OrthancException.h"
46 #else
47 # include <OrthancException.h>
48 #endif
39 49
40 namespace Orthanc 50 namespace Orthanc
41 { 51 {
42 namespace Plugins 52 namespace Plugins
43 { 53 {