Mercurial > hg > orthanc-python
comparison Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h @ 171:c8de83fe7faa
removed deprecation warnings
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Jun 2024 15:52:51 +0200 |
parents | 6fada29b6759 |
children | 55473de7694f |
comparison
equal
deleted
inserted
replaced
170:b49eeb36cd0d | 171:c8de83fe7faa |
---|---|
45 | 45 |
46 sdk_OrthancPluginJobStopReason_Type.tp_dict = PyDict_New(); | 46 sdk_OrthancPluginJobStopReason_Type.tp_dict = PyDict_New(); |
47 | 47 |
48 if (PyType_Ready(&sdk_OrthancPluginJobStopReason_Type) < 0) | 48 if (PyType_Ready(&sdk_OrthancPluginJobStopReason_Type) < 0) |
49 { | 49 { |
50 OrthancPlugins::LogError("Cannot register Python enumeration: OrthancPluginJobStopReason"); | 50 ORTHANC_PLUGINS_LOG_ERROR("Cannot register Python enumeration: OrthancPluginJobStopReason"); |
51 ORTHANC_PLUGINS_THROW_EXCEPTION(InternalError); | 51 ORTHANC_PLUGINS_THROW_EXCEPTION(InternalError); |
52 } | 52 } |
53 | 53 |
54 /** | 54 /** |
55 * Declare constants here (static members = class attributes) | 55 * Declare constants here (static members = class attributes) |
91 | 91 |
92 | 92 |
93 Py_INCREF(&sdk_OrthancPluginJobStopReason_Type); | 93 Py_INCREF(&sdk_OrthancPluginJobStopReason_Type); |
94 if (PyModule_AddObject(module, "JobStopReason", (PyObject *)&sdk_OrthancPluginJobStopReason_Type) < 0) | 94 if (PyModule_AddObject(module, "JobStopReason", (PyObject *)&sdk_OrthancPluginJobStopReason_Type) < 0) |
95 { | 95 { |
96 OrthancPlugins::LogError("Cannot register Python enumeration: OrthancPluginJobStopReason"); | 96 ORTHANC_PLUGINS_LOG_ERROR("Cannot register Python enumeration: OrthancPluginJobStopReason"); |
97 Py_DECREF(&sdk_OrthancPluginJobStopReason_Type); | 97 Py_DECREF(&sdk_OrthancPluginJobStopReason_Type); |
98 ORTHANC_PLUGINS_THROW_EXCEPTION(InternalError); | 98 ORTHANC_PLUGINS_THROW_EXCEPTION(InternalError); |
99 } | 99 } |
100 } | 100 } |