mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Make Windows run.
This commit is contained in:
parent
2bec26d77c
commit
52b49f0bf4
3 changed files with 22 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2018 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2018,2020 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -114,6 +114,7 @@ m_regexBlacklist(),
|
|||
m_regexWhitelist(),
|
||||
m_mmdvmFree(false)
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
}
|
||||
|
||||
CDAPNETGateway::~CDAPNETGateway()
|
||||
|
|
@ -122,6 +123,8 @@ CDAPNETGateway::~CDAPNETGateway()
|
|||
delete *it;
|
||||
|
||||
m_queue.clear();
|
||||
|
||||
CUDPSocket::shutdown();
|
||||
}
|
||||
|
||||
int CDAPNETGateway::run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue