| 77 | } |
| 78 | |
| 79 | std::function<void(const oid::host::AppSettings&)> |
| 80 | SettingsBackend::make_save_sink(oid::host::IpcClient& /*ipc*/) const { |
| 81 | return [this](const oid::host::AppSettings& a) { impl_->store.save(a); }; |
| 82 | } |
| 83 | |
| 84 | SessionBridge::SessionBridge( |
| 85 | oid::host::IpcClient& /*ipc*/, |