comparison Framework/Oracle/IOracle.h @ 1129:c3d4adf8bc70 broker

removing IOracleRunner abstraction
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 22:45:27 +0100
parents 17660df24c36
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1128:8e3763d1736a 1129:c3d4adf8bc70
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "../Messages/IObserver.h" 24 #include "../Messages/IObserver.h"
25 #include "IOracleRunner.h" 25 #include "IOracleCommand.h"
26 26
27 #include <boost/shared_ptr.hpp> 27 #include <boost/shared_ptr.hpp>
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {