X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaMessageManager.h;h=489659934b58b9a8092180da23440165e67d31b3;hb=0d37cb1948ce6b08a82d0a7a46876018d7c57524;hp=618feae2d6b79beebbc1c409d1a290175adf4994;hpb=17824854619941a12697fea8524f4218f9a14ef9;p=crea.git diff --git a/src/creaMessageManager.h b/src/creaMessageManager.h index 618feae..4896599 100644 --- a/src/creaMessageManager.h +++ b/src/creaMessageManager.h @@ -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 +#include #include #include #include @@ -385,7 +388,7 @@ namespace crea //============================================= - typedef boost::signal MessageSignalType; + typedef boost::signals2::signal MessageSignalType; typedef MessageSignalType::slot_function_type MessageCallbackType;