| 68 | const uint8_t* GetSecureIdent() const {return m_abyPublicKey;} |
| 69 | uint8 GetSecIDKeyLen() const {return m_nPublicKeyLen;} |
| 70 | const CreditStruct* GetDataStruct() const {return m_pCredits;} |
| 71 | void ClearWaitStartTime(); |
| 72 | void AddDownloaded(uint32 bytes, uint32 dwForIP, bool cryptoavail); |
| 73 | void AddUploaded(uint32 bytes, uint32 dwForIP, bool cryptoavail); |
no outgoing calls
no test coverage detected