Instance: use C++11 initializers
This commit is contained in:
@@ -35,14 +35,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Instance::Instance()
|
||||
:rtio_thread(true),
|
||||
#ifdef ENABLE_SYSTEMD_DAEMON
|
||||
systemd_watchdog(event_loop),
|
||||
#endif
|
||||
idle_monitor(event_loop, BIND_THIS_METHOD(OnIdle))
|
||||
{
|
||||
}
|
||||
Instance::Instance() = default;
|
||||
|
||||
Instance::~Instance() noexcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user