Problem: code duplication in get_address of ipc/tcp/tipc listener classes

Solution: pull up to base class
This commit is contained in:
Simon Giesecke
2019-02-01 05:34:32 -05:00
committed by Simon Giesecke
parent 5c81bbe82e
commit 9a376fbe24
10 changed files with 43 additions and 43 deletions

View File

@@ -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;