Re-do the FCS reflectors a little to include a description.

This commit is contained in:
Jonathan Naylor 2018-03-15 23:23:08 +00:00
parent 0d777da182
commit c1789ffd0f
8 changed files with 28 additions and 25 deletions

View file

@ -157,9 +157,9 @@ void CWiresX::setYSF2DMR(const std::string& address, unsigned int port)
m_reflectors.setYSF2DMR(address, port);
}
void CWiresX::addFCSRoom(const std::string& name)
void CWiresX::addFCSRoom(const std::pair<std::string, std::string>& entry)
{
m_reflectors.addFCSRoom(name);
m_reflectors.addFCSRoom(entry);
}
bool CWiresX::start()