esignal/test/declareSignals.cpp

14 lines
256 B
C++
Raw Normal View History

2016-02-24 21:18:02 +01:00
/**
* @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>;