mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 19:17:38 +01:00
remove deprecated NetworkInterface typedef
This commit is contained in:
parent
724b31d826
commit
864b69b950
@ -61,7 +61,6 @@ class Net_API NetworkInterface
|
||||
{
|
||||
public:
|
||||
typedef std::vector<NetworkInterface> List;
|
||||
typedef List NetworkInterfaceList;//@deprecated
|
||||
typedef std::map<unsigned, NetworkInterface> Map;
|
||||
typedef Poco::Tuple<IPAddress, IPAddress, IPAddress> AddressTuple;
|
||||
typedef std::vector<AddressTuple> AddressList;
|
||||
|
Loading…
Reference in New Issue
Block a user