/* * $Id: Debug_signal.cpp 129 2009-06-29 16:38:40Z rosiere $ * * [ Description ] * */ #ifdef DEBUG_SIGNAL #include "Behavioural/include/Debug_signal.h" namespace morpheo { namespace behavioural { std::set _debug_signal; }; // end namespace behavioural }; // end namespace morpheo #endif