| 352 | } |
| 353 | |
| 354 | void AFCNetClientService::AddAccountBusID(const std::string& account, const int bus_id) |
| 355 | { |
| 356 | account_bus_map_.insert(std::make_pair(account, bus_id)); |
| 357 | } |
| 358 | |
| 359 | void AFCNetClientService::RemoveAccountBusID(const std::string& account) |
| 360 | { |