17 #ifndef YAMICPP_OUTGOING_MESSAGE_DISPATCHER_BASE_H_INCLUDED 18 #define YAMICPP_OUTGOING_MESSAGE_DISPATCHER_BASE_H_INCLUDED 20 #include <yami4-core/dll.h> 25 class outgoing_message;
30 class DLL outgoing_message_dispatcher_base
33 virtual ~outgoing_message_dispatcher_base() {}
35 virtual void dispatch(outgoing_message & om) = 0;
42 #endif // YAMICPP_OUTGOING_MESSAGE_DISPATCHER_BASE_H_INCLUDED Namespace devoted to everything related to YAMI4.
Definition: activity_statistics_monitor.cpp:27