comparison CodeAnalysis/sdk.cpp.mustache @ 28:b2bbb516056e

The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Apr 2020 07:59:35 +0200
parents 7ed502b17b8f
children fd58eb5749ed
comparison
equal deleted inserted replaced
27:ec7860ac40e9 28:b2bbb516056e
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 **/ 17 **/
18 18
19 19
20 #include "sdk.h" 20 #include "sdk.h"
21
22 #include "../PythonLock.h"
21 23
22 #include <OrthancPluginCppWrapper.h> 24 #include <OrthancPluginCppWrapper.h>
23 25
24 {{#enumerations}} 26 {{#enumerations}}
25 #include "./sdk_{{name}}.impl.h" 27 #include "./sdk_{{name}}.impl.h"