[DEV] remove ISignal in profit of Signal ==> simplify API

This commit is contained in:
2016-08-04 21:28:40 +02:00
parent bf72807cef
commit 7f9b6b01c5
20 changed files with 445 additions and 696 deletions

View File

@@ -132,7 +132,7 @@ void newSignal() {
// do it in a single C++: Implementation of signal
//! [esignal_sample_new_register]
#include <esignal/details/Signal.hxx>
template class esignal::Signal<int32_t, std::string>;
ESIGNAL_DECLARE_SIGNAL(int32_t, std::string);
//! [esignal_sample_new_register]
//! [esignal_sample_new]