comparison Framework/Toolbox/ObserversRegistry.h @ 16:ff1e935768e7

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 20:06:52 +0100
parents 351ab0da0150
children 7207a407bcd8
comparison
equal deleted inserted replaced
15:da2cf3ace87a 16:ff1e935768e7
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Orthanc/Core/OrthancException.h" 35 #include "../../Resources/Orthanc/Core/OrthancException.h"
36 36
37 #include <boost/noncopyable.hpp> 37 #include <boost/noncopyable.hpp>
38 #include <boost/thread/mutex.hpp> 38 #include <boost/thread/mutex.hpp>
39 #include <set> 39 #include <set>
40 40