Problem: inconsistent parameter names on definition/declaration

Solution: align them
This commit is contained in:
Simon Giesecke
2019-12-08 14:31:29 +01:00
committed by Simon Giesecke
parent cd954e207d
commit 84267e734b
8 changed files with 11 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ class udp_address_t
udp_address_t ();
virtual ~udp_address_t ();
int resolve (const char *name_, bool receiver_, bool ipv6_);
int resolve (const char *name_, bool bind_, bool ipv6_);
// The opposite to resolve()
virtual int to_string (std::string &addr_);