14 class CCriticalSection;
22 std::string m_strHostName;
23 std::string m_strIpAddress;
27 static void Add(
const std::string& strHostName,
const std::string& strIpAddress);
28 static bool GetCached(
const std::string& strHostName, std::string& strIpAddress);
29 static bool Lookup(
const std::string& strHostName, std::string& strIpAddress);
32 static CCriticalSection m_critical;
33 std::vector<CDNSName> m_vecDNSNames;
Definition: DNSNameCache.h:19
Definition: DNSNameCache.h:16