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
|
|
@ -68,8 +68,8 @@ public:
|
|||
void getDPlus(bool& enabled, unsigned int& maxDongles, wxString& login) const;
|
||||
void setDPlus(bool enabled, unsigned int maxDongles, const wxString& login);
|
||||
|
||||
void getDCS(bool& dcsEnabled, bool& ccsEnabled, wxString& ccsHost) const;
|
||||
void setDCS(bool dcsEnabled, bool ccsEnabled, const wxString& ccsHost);
|
||||
void getDCS(bool& dcsEnabled) const;
|
||||
void setDCS(bool dcsEnabled);
|
||||
|
||||
void getXLX(bool& xlxEnabled, bool& xlxOverrideLocal, wxString& xlxHostsFileUrl);
|
||||
void setXLX(bool xlxEnabled, bool xlxOverrideLocal, wxString xlxHostsFileUrl);
|
||||
|
|
@ -241,8 +241,6 @@ private:
|
|||
unsigned int m_dplusMaxDongles;
|
||||
wxString m_dplusLogin;
|
||||
bool m_dcsEnabled;
|
||||
bool m_ccsEnabled;
|
||||
wxString m_ccsHost;
|
||||
bool m_xlxEnabled;
|
||||
bool m_xlxOverrideLocal;
|
||||
wxString m_xlxHostsFileUrl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue