//////////////////////////////////////////////////////////////////////////////////// CAICHUntrustedHash
| 452 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 453 | ///CAICHUntrustedHash |
| 454 | bool CAICHUntrustedHash::AddSigningIP(uint32 dwIP) |
| 455 | { |
| 456 | dwIP &= 0x00F0FFFF; // we use only the 20 most significant bytes for unique IPs |
| 457 | return m_adwIpsSigning.insert(dwIP).second; |
| 458 | } |
| 459 | |
| 460 | |
| 461 |
no test coverage detected