comparison Framework/Deprecated/Messages/LockingEmitter.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 0ca50d275b9a
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
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 #include "LockingEmitter.h" 21 #include "LockingEmitter.h"
22 22
23 #include <Core/OrthancException.h> 23 #include <OrthancException.h>
24 24
25 namespace Deprecated 25 namespace Deprecated
26 { 26 {
27 void LockingEmitter::EmitMessage(boost::weak_ptr<OrthancStone::IObserver> observer, 27 void LockingEmitter::EmitMessage(boost::weak_ptr<OrthancStone::IObserver> observer,
28 const OrthancStone::IMessage& message) 28 const OrthancStone::IMessage& message)