| 46 | { |
| 47 | public: |
| 48 | PerftestProxy(sdbus::ServiceName destination, sdbus::ObjectPath objectPath) |
| 49 | : ProxyInterfaces(std::move(destination), std::move(objectPath)) |
| 50 | { |
| 51 | registerProxy(); |
| 52 | } |
| 53 | |
| 54 | PerftestProxy(const PerftestProxy&) = delete; |
| 55 | PerftestProxy& operator=(const PerftestProxy&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected