18 #ifndef MIR_FRONTEND_MESSAGE_SENDER_H_ 19 #define MIR_FRONTEND_MESSAGE_SENDER_H_ 23 #include <sys/types.h> 32 virtual void send(
char const* data,
size_t length,
FdSets const& fds) = 0;
Definition: message_sender.h:29
All things Mir.
Definition: atomic_callback.h:25
virtual void send(char const *data, size_t length, FdSets const &fds)=0
virtual ~MessageSender()=default
MessageSender & operator=(MessageSender const &)=delete
std::vector< std::vector< Fd > > FdSets
Definition: fd_sets.h:29