| 65 | |
| 66 | |
| 67 | const bool Handler::Authorize(const DBus::Authz::Request::Ptr authzreq) |
| 68 | { |
| 69 | return true; |
| 70 | } |
| 71 | |
| 72 | |
| 73 | void Handler::LoadProtocolProfiles(const std::string &profile_dir) |
nothing calls this directly
no outgoing calls
no test coverage detected