2016-02-24 21:18:02 +01:00
|
|
|
/**
|
|
|
|
* @author Edouard DUPIN
|
|
|
|
*
|
|
|
|
* @copyright 2016, Edouard DUPIN, all right reserved
|
|
|
|
*
|
2017-01-05 21:28:23 +01:00
|
|
|
* @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
|
|
|
|
2016-08-04 21:28:40 +02:00
|
|
|
|
2017-08-28 00:05:07 +02:00
|
|
|
ESIGNAL_DECLARE_SIGNAL(int32_t, etk::String);
|
2016-02-24 21:18:02 +01:00
|
|
|
|
|
|
|
|