17 #ifndef YAMICPP_CONNECTION_EVENT_GENERIC_DISPATCHER_H_INCLUDED 18 #define YAMICPP_CONNECTION_EVENT_GENERIC_DISPATCHER_H_INCLUDED 20 #include "connection_event_dispatcher_base.h" 21 #include <yami4-core/dll.h> 29 template <
typename functor>
30 class DLL connection_event_generic_dispatcher
31 :
public connection_event_dispatcher_base
34 connection_event_generic_dispatcher(functor & f) : f_(f) {}
49 #endif // YAMICPP_CONNECTION_EVENT_GENERIC_DISPATCHER_H_INCLUDED Namespace devoted to everything related to YAMI4.
Definition: activity_statistics_monitor.cpp:27
connection_event
Kind of connection event.
Definition: connection_event.h:24