Remove deprecated IPAddress

This commit is contained in:
Vinnie Falco
2014-02-17 08:50:32 -08:00
parent 382088c456
commit a336cc26f9
45 changed files with 118 additions and 122 deletions

View File

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