1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2024-12-23 01:55:49 -05:00

Rename protocols

This commit is contained in:
phl0 2017-03-30 09:33:24 +02:00
parent f1f2b605b1
commit 3e515303a1
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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; }