14 lines
256 B
C++
14 lines
256 B
C++
|
/**
|
||
|
* @author Edouard DUPIN
|
||
|
*
|
||
|
* @copyright 2016, Edouard DUPIN, all right reserved
|
||
|
*
|
||
|
* @license APACHE v2.0 (see license file)
|
||
|
*/
|
||
|
#include <esignal/details/Signal.hxx>
|
||
|
#include <etk/types.h>
|
||
|
|
||
|
template class esignal::Signal<int32_t, std::string>;
|
||
|
|
||
|
|