comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 29:a0af5a8182a8

sync, removed old patch for Orthanc framework 1.5.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2020 14:26:01 +0200
parents b7e32fe4973b
children 3abebab5d004
comparison
equal deleted inserted replaced
28:b7e32fe4973b 29:a0af5a8182a8
1156 OrthancPluginDicomInstance* instance_; 1156 OrthancPluginDicomInstance* instance_;
1157 #endif 1157 #endif
1158 1158
1159 public: 1159 public:
1160 #if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 6, 1) 1160 #if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 6, 1)
1161 DicomInstance(const OrthancPluginDicomInstance* instance); 1161 explicit DicomInstance(const OrthancPluginDicomInstance* instance);
1162 #else 1162 #else
1163 DicomInstance(OrthancPluginDicomInstance* instance); 1163 explicit DicomInstance(OrthancPluginDicomInstance* instance);
1164 #endif 1164 #endif
1165 1165
1166 #if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 7, 0) 1166 #if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 7, 0)
1167 DicomInstance(const void* buffer, 1167 DicomInstance(const void* buffer,
1168 size_t size); 1168 size_t size);