demote SockAddr from public API

This commit is contained in:
Michael Davidsaver
2020-03-09 17:55:52 -07:00
parent 64cf5c2334
commit 410dccbe02
3 changed files with 53 additions and 52 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ std::ostream& operator<<(std::ostream& strm, const SockAddr& addr)
return strm;
}
}
} // namespace pvxs
namespace pvxs {namespace impl {
namespace idetail {