comparison Framework/Loaders/LoaderStateMachine.cpp @ 1339:556b4bc19118 broker

The loaders have been adapter to the nobroker architecture and have been put back in the regular source files
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 03 Apr 2020 16:47:46 +0200
parents b1396be5aa27
children f4a06ad1580b
comparison
equal deleted inserted replaced
1338:1b24f6b06408 1339:556b4bc19118
19 **/ 19 **/
20 20
21 21
22 #include "LoaderStateMachine.h" 22 #include "LoaderStateMachine.h"
23 23
24 #include "../../Loaders/ILoadersContext.h" 24 #include "../Loaders/ILoadersContext.h"
25 25
26 #include <Core/OrthancException.h> 26 #include <Core/OrthancException.h>
27 27
28 namespace OrthancStone 28 namespace OrthancStone
29 { 29 {