mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-10 08:08:33 +01:00
Problem: code duplication in get_address of ipc/tcp/tipc listener classes
Solution: pull up to base class
This commit is contained in:
committed by
Simon Giesecke
parent
5c81bbe82e
commit
9a376fbe24
@@ -55,7 +55,7 @@ class tipc_address_t
|
||||
int resolve (const char *name);
|
||||
|
||||
// The opposite to resolve()
|
||||
int to_string (std::string &addr_);
|
||||
int to_string (std::string &addr_) const;
|
||||
|
||||
// Handling different TIPC address types
|
||||
bool is_service () const;
|
||||
|
||||
Reference in New Issue
Block a user