| 195 | |
| 196 | |
| 197 | const bool Authorize(const DBus::Authz::Request::Ptr request) override |
| 198 | { |
| 199 | log << "Authorize: " << request << std::endl; |
| 200 | return true; |
| 201 | } |
| 202 | |
| 203 | |
| 204 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected