Rename to IPAddress and remove unused files

This commit is contained in:
Vinnie Falco
2013-10-18 15:30:13 -07:00
parent 1c41dae51c
commit 2427cce2c8
46 changed files with 250 additions and 1315 deletions

View File

@@ -44,8 +44,8 @@ public:
results.list.reserve (m_strings.size());
for (int i = 0; i < m_strings.size (); ++i)
{
IPEndpoint ep (
IPEndpoint::from_string_altform (
IPAddress ep (
IPAddress::from_string_altform (
m_strings [i]));
if (! ep.empty())
results.list.push_back (ep);