19 #ifndef MIR_FRONTEND_PROTOBUF_MESSAGE_SENDER_H_
20 #define MIR_FRONTEND_PROTOBUF_MESSAGE_SENDER_H_
24 #include <google/protobuf/generated_message_reflection.h>
36 ::google::protobuf::uint32 call_id,
37 ::google::protobuf::Message* message,
38 FdSets const& fd_sets) = 0;
All things Mir.
Definition: buffer_stream.h:37
virtual ~ProtobufMessageSender()=default
Definition: protobuf_message_sender.h:32
std::initializer_list< std::vector< Fd > > FdSets
Definition: fd_sets.h:31
ProtobufMessageSender()=default
virtual void send_response(::google::protobuf::uint32 call_id,::google::protobuf::Message *message, FdSets const &fd_sets)=0