diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2022-07-15 13:49:17 +0200 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2022-12-12 11:48:31 +0100 |
commit | 944a9de08a00f8273e73cd28b40e46cc0eb0bad1 (patch) | |
tree | 2dbe578e6fa953d60df08ba235942173a0d51ed8 /src/shutdown.h | |
parent | 043b9de59aec88ae5e29daac7dc2a8b51a9414ce (diff) |
net: remove CNetAddr::ToString() and use ToStringAddr() instead
Both methods do the same thing, so simplify to having just one.
Further, `CService` inherits `CNetAddr` and `CService::ToString()`
overrides `CNetAddr::ToString()` but the latter is not virtual which
may be confusing. Avoid such a confusion by not having non-virtual
methods with the same names in inheritance.
Diffstat (limited to 'src/shutdown.h')
0 files changed, 0 insertions, 0 deletions