17 #ifndef YAMICPP_CONNECTION_EVENT_DISPATCHER_BASE_H_INCLUDED 18 #define YAMICPP_CONNECTION_EVENT_DISPATCHER_BASE_H_INCLUDED 20 #include "connection_event.h" 21 #include <yami4-core/dll.h> 31 class DLL connection_event_dispatcher_base
34 virtual ~connection_event_dispatcher_base() {}
36 virtual void dispatch(
44 #endif // YAMICPP_CONNECTION_EVENT_DISPATCHER_BASE_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