mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-13 20:37:32 +01:00
Problem: inconsistent parameter names on definition/declaration
Solution: align them
This commit is contained in:
committed by
Simon Giesecke
parent
cd954e207d
commit
84267e734b
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user