mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-04 22:07:43 +00:00
First stage of CCS removal.
This commit is contained in:
parent
094f0d286d
commit
9669d865b5
35 changed files with 39 additions and 2286 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2010-2015 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2010-2015,2018 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
|
||||
|
|
@ -24,7 +24,6 @@
|
|||
const wxString DEXTRA_HOSTS_FILE_NAME = wxT("DExtra_Hosts.txt");
|
||||
const wxString DPLUS_HOSTS_FILE_NAME = wxT("DPlus_Hosts.txt");
|
||||
const wxString DCS_HOSTS_FILE_NAME = wxT("DCS_Hosts.txt");
|
||||
const wxString CCS_HOSTS_FILE_NAME = wxT("CCS_Hosts.txt");
|
||||
const wxString GATEWAY_HOSTS_FILE_NAME = wxT("Gateway_Hosts.txt");
|
||||
|
||||
const wxString LINKS_BASE_NAME = wxT("Links");
|
||||
|
|
@ -57,8 +56,7 @@ enum DIRECTION {
|
|||
enum PROTOCOL {
|
||||
PROTO_DEXTRA,
|
||||
PROTO_DPLUS,
|
||||
PROTO_DCS,
|
||||
PROTO_CCS
|
||||
PROTO_DCS
|
||||
};
|
||||
|
||||
enum HW_TYPE {
|
||||
|
|
@ -109,12 +107,10 @@ enum LINK_STATUS {
|
|||
LS_LINKING_DEXTRA,
|
||||
LS_LINKING_DPLUS,
|
||||
LS_LINKING_DCS,
|
||||
LS_LINKING_CCS,
|
||||
LS_LINKED_LOOPBACK,
|
||||
LS_LINKED_DEXTRA,
|
||||
LS_LINKED_DPLUS,
|
||||
LS_LINKED_DCS,
|
||||
LS_LINKED_CCS
|
||||
LS_LINKED_DCS
|
||||
};
|
||||
|
||||
enum SLOWDATA_STATE {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue