redo namespaces

This commit is contained in:
Michael Davidsaver
2019-11-19 09:28:15 -08:00
parent 9c68205428
commit 083bad3e28
17 changed files with 35 additions and 31 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
#include "pvxs/log.h"
#include "serverconn.h"
namespace pvxsimpl {
namespace pvxs {namespace impl {
// message related to client state and errors
DEFINE_LOGGER(connsetup, "tcp.setup");
@@ -233,4 +233,4 @@ void ServerConn::handle_DestroyChan()
bev.reset();
}
} // namespace pvxsimpl
}} // namespace pvxs::impl