Mercurial > hg > orthanc
comparison OrthancServer/OrthancRestApi/OrthancRestArchive.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 | 0c735fed8953 |
children | f967bdf8534e |
comparison
equal
deleted
inserted
replaced
1436:0a3e3be59094 | 1437:02f5a3f5c0a0 |
---|---|
35 | 35 |
36 #include "../DicomDirWriter.h" | 36 #include "../DicomDirWriter.h" |
37 #include "../../Core/Compression/HierarchicalZipWriter.h" | 37 #include "../../Core/Compression/HierarchicalZipWriter.h" |
38 #include "../../Core/HttpServer/FilesystemHttpSender.h" | 38 #include "../../Core/HttpServer/FilesystemHttpSender.h" |
39 #include "../../Core/Uuid.h" | 39 #include "../../Core/Uuid.h" |
40 #include "../ServerContext.h" | |
40 | 41 |
41 #include <glog/logging.h> | 42 #include <glog/logging.h> |
42 #include <stdio.h> | 43 #include <stdio.h> |
43 | 44 |
44 #if defined(_MSC_VER) | 45 #if defined(_MSC_VER) |