mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +01:00
fix error introduced in last commit in SocketAddressImpl
This commit is contained in:
parent
5692187d2d
commit
0a0dae07a4
@ -67,7 +67,7 @@ public:
|
|||||||
poco_socklen_t length() const;
|
poco_socklen_t length() const;
|
||||||
const struct sockaddr* addr() const;
|
const struct sockaddr* addr() const;
|
||||||
int af() const;
|
int af() const;
|
||||||
Family family() const;
|
IPAddress::Family family() const;
|
||||||
std::string toString() const;
|
std::string toString() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user