mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-12-23 10:05:48 -05:00
Rename protocols
This commit is contained in:
parent
f1f2b605b1
commit
3e515303a1
@ -48,7 +48,7 @@ public:
|
|||||||
// identity
|
// identity
|
||||||
int GetProtocol(void) const { return PROTOCOL_DEXTRA; }
|
int GetProtocol(void) const { return PROTOCOL_DEXTRA; }
|
||||||
int GetProtocolRevision(void) const { return m_ProtRev; }
|
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; }
|
bool IsNode(void) const { return true; }
|
||||||
|
|
||||||
// status
|
// status
|
||||||
|
@ -47,7 +47,7 @@ public:
|
|||||||
|
|
||||||
// identity
|
// identity
|
||||||
int GetProtocol(void) const { return PROTOCOL_DPLUS; }
|
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 IsNode(void) const { return true; }
|
||||||
bool IsDextraDongle(void) const { return m_bDextraDongle; }
|
bool IsDextraDongle(void) const { return m_bDextraDongle; }
|
||||||
void SetDextraDongle(void) { m_bDextraDongle = true; }
|
void SetDextraDongle(void) { m_bDextraDongle = true; }
|
||||||
|
Loading…
Reference in New Issue
Block a user