| 51 | } |
| 52 | |
| 53 | static NETADDR CommunityAddressKey(const NETADDR &Addr) |
| 54 | { |
| 55 | NETADDR AddressKey = Addr; |
| 56 | AddressKey.type &= ~NETTYPE_TW7; |
| 57 | return AddressKey; |
| 58 | } |
| 59 | |
| 60 | CServerBrowser::CServerBrowser() : |
| 61 | m_CommunityCache(this), |
no outgoing calls
no test coverage detected