Home
last modified time | relevance | path

Searched defs:async_send_op (Results 1 – 1 of 1) sorted by relevance

/openbmc/boost-dbus/include/dbus/detail/
H A Dasync_send_op.hpp21 struct async_send_op { struct
22 boost::asio::io_service& io_;
26 std::shared_ptr<message> message_;
27 MessageHandler handler_;
36 async_send_op<MessageHandler>::async_send_op(boost::asio::io_service& io, in async_send_op() function in dbus::detail::async_send_op