mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-04 22:07:44 +00:00
Allow revertion to startup reflector.
This commit is contained in:
parent
62f45b6c10
commit
8490ea46a5
6 changed files with 71 additions and 12 deletions
|
|
@ -292,6 +292,14 @@ WX_STATUS CWiresX::processConnect(const unsigned char* source, const unsigned ch
|
|||
return WXS_CONNECT;
|
||||
}
|
||||
|
||||
void CWiresX::processConnect(CYSFReflector* reflector)
|
||||
{
|
||||
m_reflector = reflector;
|
||||
|
||||
m_status = WXSI_CONNECT;
|
||||
m_timer.start();
|
||||
}
|
||||
|
||||
void CWiresX::processDisconnect(const unsigned char* source)
|
||||
{
|
||||
if (source != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue