Mercurial > hg > orthanc-python
diff 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 |
line wrap: on
line diff
--- a/Sources/PythonLock.h Sat Jun 12 08:00:57 2021 +0200 +++ b/Sources/PythonLock.h Mon Aug 09 16:59:59 2021 +0200 @@ -59,8 +59,7 @@ static void AddSysPath(const std::string& path); - static void RaiseException(PyObject* module, - OrthancPluginErrorCode code); + static void RaiseException(OrthancPluginErrorCode code); static void LogCall(const std::string& message); };