comparison Sources/PythonLock.h @ 75:cbfc72a53970

refactoring calls to PythonLock::RaiseException()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Aug 2021 16:59:59 +0200
parents 32de70a1e4c7
children eb6ac5a801d1
comparison
equal deleted inserted replaced
73:da73be4b361b 75:cbfc72a53970
57 57
58 static void GlobalFinalize(); 58 static void GlobalFinalize();
59 59
60 static void AddSysPath(const std::string& path); 60 static void AddSysPath(const std::string& path);
61 61
62 static void RaiseException(PyObject* module, 62 static void RaiseException(OrthancPluginErrorCode code);
63 OrthancPluginErrorCode code);
64 63
65 static void LogCall(const std::string& message); 64 static void LogCall(const std::string& message);
66 }; 65 };