comparison Framework/Messages/ICallable.h @ 1279:7ec8fea061b9 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 15:20:08 +0100
parents 0ca50d275b9a 2d8ab34c8c91
children 6ab03e429f06
comparison
equal deleted inserted replaced
1271:0ca50d275b9a 1279:7ec8fea061b9
28 28
29 #include <boost/noncopyable.hpp> 29 #include <boost/noncopyable.hpp>
30 #include <boost/weak_ptr.hpp> 30 #include <boost/weak_ptr.hpp>
31 31
32 #include <string> 32 #include <string>
33 #include <stdint.h>
33 34
34 namespace OrthancStone 35 namespace OrthancStone
35 { 36 {
36 // This is referencing an object and member function that can be notified 37 // This is referencing an object and member function that can be notified
37 // by an IObservable. The object must derive from IO 38 // by an IObservable. The object must derive from IO