comparison Framework/Messages/MessageBroker.h @ 1048:f6be9412e42a

cleaning up IObservable.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Oct 2019 14:11:52 +0200
parents d492c3b71c65
children e713f1a99861 2d8ab34c8c91
comparison
equal deleted inserted replaced
1047:efc5b62b9539 1048:f6be9412e42a
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 #pragma once 21 #pragma once
22
23 #include "../StoneException.h"
24 22
25 #include "boost/noncopyable.hpp" 23 #include "boost/noncopyable.hpp"
26 24
27 #include <set> 25 #include <set>
28 26