| 1123 | } |
| 1124 | |
| 1125 | client_t routing_manager_stub::get_client() const { |
| 1126 | return host_->get_client(); |
| 1127 | } |
| 1128 | |
| 1129 | void routing_manager_stub::handle_credentials(const client_t _client, std::set<protocol::service>& _requests) { |
| 1130 | if (!_requests.size()) { |