comparison Sources/PythonModule.h @ 36:fd58eb5749ed

CMake simplification using DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 17:37:30 +0200
parents 7ed502b17b8f
children 23f3099bed47
comparison
equal deleted inserted replaced
35:77f4e165e535 36:fd58eb5749ed
1 /** 1 /**
2 * Python plugin for Orthanc 2 2 * Python plugin for Orthanc
3 * Copyright (C) 2017-2020 Osimis S.A., Belgium 3 * Copyright (C) 2017-2020 Osimis S.A., Belgium
4 * 4 *
5 * This program is free software: you can redistribute it and/or 5 * This program is free software: you can redistribute it and/or
6 * modify it under the terms of the GNU Affero General Public License 6 * modify it under the terms of the GNU Affero General Public License
7 * as published by the Free Software Foundation, either version 3 of 7 * as published by the Free Software Foundation, either version 3 of
17 **/ 17 **/
18 18
19 19
20 #pragma once 20 #pragma once
21 21
22 #include "../Resources/Orthanc/Core/Compatibility.h"
23 #include "PythonObject.h" 22 #include "PythonObject.h"
23
24 #include <Compatibility.h>
24 25
25 #include <memory> 26 #include <memory>
26 27
27 class PythonModule : public boost::noncopyable 28 class PythonModule : public boost::noncopyable
28 { 29 {