esignal/test/declareSignals.cpp

15 lines
248 B
C++
Raw Permalink Normal View History

2016-02-24 21:18:02 +01:00
/**
* @author Edouard DUPIN
*
* @copyright 2016, Edouard DUPIN, all right reserved
*
* @license MPL v2.0 (see license file)
2016-02-24 21:18:02 +01:00
*/
#include <esignal/details/Signal.hxx>
2016-09-30 22:28:36 +02:00
#include <etk/types.hpp>
2016-02-24 21:18:02 +01:00
2017-08-28 00:05:07 +02:00
ESIGNAL_DECLARE_SIGNAL(int32_t, etk::String);
2016-02-24 21:18:02 +01:00