Convert the header files to IPv6.

This commit is contained in:
Jonathan Naylor 2020-11-15 19:57:49 +00:00
parent f9f233f2cb
commit b0bf79fc21
35 changed files with 317 additions and 292 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012,2013 by Jonathan Naylor G4KLX
* Copyright (C) 2012,2013,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
@ -79,7 +79,8 @@ private:
wxString m_callsignD;
wxString m_callsignE;
wxString m_callsignG;
in_addr m_address;
sockaddr_storage m_addr;
unsigned int m_addrLen;
LANGUAGE m_language;
FORMAT m_format;
INTERVAL m_interval;