Make Windows run.

This commit is contained in:
Jonathan Naylor 2020-09-20 21:54:32 +01:00
parent 2bec26d77c
commit 52b49f0bf4
3 changed files with 22 additions and 13 deletions

View file

@ -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()