Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/detail/
H A Dwatch_timeout.hpp128 struct dispatch_handler { struct
129 boost::asio::io_service &io;
130 DBusConnection *conn;
131 dispatch_handler(boost::asio::io_service &i, DBusConnection *c) in dispatch_handler() function
133 void operator()() { in operator ()()