comparison Sources/StorageArea.cpp @ 212:2db6c1f6417f

documented orthanc.RegisterStorageArea()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jul 2024 14:39:25 +0200
parents c8de83fe7faa
children 3678a028f1f6
comparison
equal deleted inserted replaced
211:d7acfccc0d0b 212:2db6c1f6417f
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "StorageArea.h" 22 #include "StorageArea.h"
23
24 #include "PythonHeaderWrapper.h"
23 25
24 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" 26 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
25 #include "PythonString.h" 27 #include "PythonString.h"
26 28
27 29