Rename protocols

pull/1/head
phl0 9 years ago
parent f1f2b605b1
commit 3e515303a1
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

@ -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…
Cancel
Save

Powered by TurnKey Linux.