| 131 | |
| 132 | |
| 133 | const bool SrvHandler::Authorize(const Authz::Request::Ptr request) |
| 134 | { |
| 135 | // There is no ACL management in the service handler object |
| 136 | return true; |
| 137 | } |
| 138 | |
| 139 | |
| 140 | void SrvHandler::method_new_tunnel(Object::Method::Arguments::Ptr args) |
nothing calls this directly
no outgoing calls
no test coverage detected