]> Creatis software - crea.git/blobdiff - src/creaMessageManager.h
#2494 crea Bug New Normal - Boost signals deprecated -> signals2
[crea.git] / src / creaMessageManager.h
index 618feae2d6b79beebbc1c409d1a290175adf4994..489659934b58b9a8092180da23440165e67d31b3 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
 #                        pour la Santé)
 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+# Previous Authors : Laurent Guigues, Jean-Pierre Roux
+# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
 #
 #  This software is governed by the CeCILL-B license under French law and 
 #  abiding by the rules of distribution of free software. You can  use, 
@@ -20,7 +22,8 @@
 #
 #  The fact that you are presently reading this means that you have had
 #  knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */ 
+# ------------------------------------------------------------------------ 
+*/ 
 
 /*! \file
   \brief Class creaMessageManager and Macros for outputing messages in crea
@@ -66,7 +69,7 @@
 #include "creaSystem.h"
 #include "creaRTTI.h" // for CREA_GET_CURRENT_OBJECT_NAME
 // Signal/slot mechanism for message events
-#include <boost/signal.hpp>
+#include <boost/signals2/signal.hpp>
 #include <boost/bind.hpp>
 #include <string>
 #include <map>
@@ -385,7 +388,7 @@ namespace crea
 
     //=============================================
 
-    typedef boost::signal<void (const std::string&)>  MessageSignalType;
+    typedef boost::signals2::signal<void (const std::string&)>  MessageSignalType;
 
     typedef MessageSignalType::slot_function_type MessageCallbackType;