| 341 | } |
| 342 | |
| 343 | std::shared_ptr<AFConnectionData> AFCNetClientService::GetSuitableConnect(const std::string& key) |
| 344 | { |
| 345 | static AFVNode vnode(0, NULL_STR, 0, 0); |
| 346 | if (!GetServerNode(key, vnode)) |
| 347 | { |
| 348 | return nullptr; |
| 349 | } |
| 350 | |
| 351 | return GetConnectionInfo(vnode.bus_id); |
| 352 | } |
| 353 | |
| 354 | void AFCNetClientService::AddAccountBusID(const std::string& account, const int bus_id) |
| 355 | { |
no outgoing calls
no test coverage detected