mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-09 00:03:57 +00:00
Add Windows support.
This commit is contained in:
parent
a77e0524e0
commit
ffb4e53dbd
9 changed files with 61 additions and 37 deletions
|
|
@ -79,10 +79,12 @@ CYSFReflector::CYSFReflector(const std::string& file) :
|
|||
m_conf(file),
|
||||
m_repeaters()
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
}
|
||||
|
||||
CYSFReflector::~CYSFReflector()
|
||||
{
|
||||
CUDPSocket::shutdown();
|
||||
}
|
||||
|
||||
void CYSFReflector::run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue