mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-03-09 23:03:50 +01:00
Rename protocols
This commit is contained in:
parent
f1f2b605b1
commit
3e515303a1
|
|
@ -48,7 +48,7 @@ public:
|
|||
// identity
|
||||
int GetProtocol(void) const { return PROTOCOL_DEXTRA; }
|
||||
int GetProtocolRevision(void) const { return m_ProtRev; }
|
||||
const char *GetProtocolName(void) const { return "Dextra"; }
|
||||
const char *GetProtocolName(void) const { return "DExtra"; }
|
||||
bool IsNode(void) const { return true; }
|
||||
|
||||
// status
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ public:
|
|||
|
||||
// identity
|
||||
int GetProtocol(void) const { return PROTOCOL_DPLUS; }
|
||||
const char *GetProtocolName(void) const { return "Dplus"; }
|
||||
const char *GetProtocolName(void) const { return "DPlus"; }
|
||||
bool IsNode(void) const { return true; }
|
||||
bool IsDextraDongle(void) const { return m_bDextraDongle; }
|
||||
void SetDextraDongle(void) { m_bDextraDongle = true; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue