comparison OrthancServer/OrthancRestApi/OrthancRestChanges.cpp @ 1437:02f5a3f5c0a0

access to the REST API from Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2015 18:41:33 +0200
parents 6e7e5ed91c2d
children f967bdf8534e
comparison
equal deleted inserted replaced
1436:0a3e3be59094 1437:02f5a3f5c0a0
30 **/ 30 **/
31 31
32 32
33 #include "../PrecompiledHeadersServer.h" 33 #include "../PrecompiledHeadersServer.h"
34 #include "OrthancRestApi.h" 34 #include "OrthancRestApi.h"
35
36 #include "../ServerContext.h"
35 37
36 #include <glog/logging.h> 38 #include <glog/logging.h>
37 39
38 namespace Orthanc 40 namespace Orthanc
39 { 41 {