comparison Applications/Generic/NativeStoneApplicationRunner.cpp @ 748:ab236bb5dbc7

ThreadedOracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 14:46:26 +0200
parents 4f2416d519b4
children 4fe4b221a31f
comparison
equal deleted inserted replaced
746:d716bfb3e07c 748:ab236bb5dbc7
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #if ORTHANC_ENABLE_NATIVE != 1 22 #if ORTHANC_ENABLE_THREADS != 1
23 #error this file shall be included only with the ORTHANC_ENABLE_NATIVE set to 1 23 #error this file shall be included only with the ORTHANC_ENABLE_THREADS set to 1
24 #endif 24 #endif
25 25
26 #include "NativeStoneApplicationRunner.h" 26 #include "NativeStoneApplicationRunner.h"
27 27
28 #include "../../Framework/Toolbox/MessagingToolbox.h" 28 #include "../../Framework/Toolbox/MessagingToolbox.h"