17 #ifndef YAMICPP_OUTGOING_MESSAGE_GENERIC_DISPATCHER_H_INCLUDED 18 #define YAMICPP_OUTGOING_MESSAGE_GENERIC_DISPATCHER_H_INCLUDED 20 #include "outgoing_message_dispatcher_base.h" 21 #include <yami4-core/dll.h> 26 class outgoing_message;
31 template <
typename functor>
32 class DLL outgoing_message_generic_dispatcher
33 :
public outgoing_message_dispatcher_base
36 outgoing_message_generic_dispatcher(functor & f) : f_(f) {}
38 virtual void dispatch(outgoing_message & om)
51 #endif // YAMICPP_OUTGOING_MESSAGE_GENERIC_DISPATCHER_H_INCLUDED Namespace devoted to everything related to YAMI4.
Definition: activity_statistics_monitor.cpp:27