Mercurial > hg > orthanc-python
comparison Sources/OnStoredInstanceCallback.cpp @ 36:fd58eb5749ed
CMake simplification using DownloadOrthancFramework.cmake
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 06 Jul 2020 17:37:30 +0200 |
parents | 26762eb9d704 |
children | 393d2da0722a |
comparison
equal
deleted
inserted
replaced
35:77f4e165e535 | 36:fd58eb5749ed |
---|---|
20 #include "OnStoredInstanceCallback.h" | 20 #include "OnStoredInstanceCallback.h" |
21 | 21 |
22 #include "PythonObject.h" | 22 #include "PythonObject.h" |
23 #include "Autogenerated/sdk.h" | 23 #include "Autogenerated/sdk.h" |
24 | 24 |
25 #include <OrthancPluginCppWrapper.h> | 25 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" |
26 | 26 |
27 | 27 |
28 static PyObject* storedInstanceCallback_ = NULL; | 28 static PyObject* storedInstanceCallback_ = NULL; |
29 | 29 |
30 | 30 |