comparison Plugin/AssociativeArray.cpp @ 22:c44013681a51

now using the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jul 2018 14:37:30 +0200
parents d5d3cb00556a
children c304ffca5d80
comparison
equal deleted inserted replaced
20:549d67db766c 22:c44013681a51
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 **/ 17 **/
18 18
19 #include "AssociativeArray.h" 19 #include "AssociativeArray.h"
20 20
21 #include "../Resources/Orthanc/Core/Toolbox.h" 21 #include <Core/Toolbox.h>
22 22
23 namespace OrthancPlugins 23 namespace OrthancPlugins
24 { 24 {
25 AssociativeArray::AssociativeArray(uint32_t headersCount, 25 AssociativeArray::AssociativeArray(uint32_t headersCount,
26 const char *const *headersKeys, 26 const char *const *headersKeys,