| 1090 | } |
| 1091 | |
| 1092 | void BOBCommandChannel::AddDestination (const std::string& name, std::shared_ptr<BOBDestination> dest) |
| 1093 | { |
| 1094 | m_Destinations.emplace (name, dest); |
| 1095 | } |
| 1096 | |
| 1097 | void BOBCommandChannel::DeleteDestination (const std::string& name) |
| 1098 | { |