| 1011 | } |
| 1012 | |
| 1013 | std::unique_ptr<IConnection> createSystemBusConnection() |
| 1014 | { |
| 1015 | auto interface = std::make_unique<internal::SdBus>(); |
| 1016 | return std::make_unique<internal::Connection>(std::move(interface), Connection::system_bus); |
| 1017 | } |
| 1018 | |
| 1019 | std::unique_ptr<IConnection> createSystemBusConnection(const ServiceName& name) |
| 1020 | { |