mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-21 06:03:58 +00:00
Re-do the FCS reflectors a little to include a description.
This commit is contained in:
parent
0d777da182
commit
c1789ffd0f
8 changed files with 28 additions and 25 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue