Mercurial > hg > orthanc
comparison OrthancServer/DicomProtocol/DicomServer.h @ 2380:96b3ec054b69
reorganization in macros
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Aug 2017 16:49:44 +0200 |
parents | a3a65de1840f |
children | b8969010b534 |
comparison
equal
deleted
inserted
replaced
2379:4900688827a8 | 2380:96b3ec054b69 |
---|---|
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 30 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
31 **/ | 31 **/ |
32 | 32 |
33 | 33 |
34 #pragma once | 34 #pragma once |
35 | |
36 #if ORTHANC_ENABLE_DCMTK_NETWORKING != 1 | |
37 # error The macro ORTHANC_ENABLE_DCMTK_NETWORKING must be set to 1 | |
38 #endif | |
35 | 39 |
36 #include "IFindRequestHandlerFactory.h" | 40 #include "IFindRequestHandlerFactory.h" |
37 #include "IMoveRequestHandlerFactory.h" | 41 #include "IMoveRequestHandlerFactory.h" |
38 #include "IStoreRequestHandlerFactory.h" | 42 #include "IStoreRequestHandlerFactory.h" |
39 #include "IWorklistRequestHandlerFactory.h" | 43 #include "IWorklistRequestHandlerFactory.h" |