| 202 | |
| 203 | |
| 204 | [[nodiscard]] static LogServiceProxy::Ptr Create(DBus::Connection::Ptr dbuscon) |
| 205 | { |
| 206 | return LogServiceProxy::Ptr(new LogServiceProxy(dbuscon)); |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * Helper function to connect to the Log service and attach this caller to |
nothing calls this directly
no outgoing calls
no test coverage detected