redo namespaces

This commit is contained in:
Michael Davidsaver
2019-11-19 16:08:03 -08:00
parent 9c68205428
commit 083bad3e28
17 changed files with 35 additions and 31 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
#include "utilpvt.h"
#include <pvxs/log.h>
namespace pvxsimpl {
namespace pvxs {namespace impl {
DEFINE_LOGGER(logerr, "evloop");
@@ -365,4 +365,4 @@ void to_evbuf(evbuffer *buf, const Header& H, bool be)
throw std::bad_alloc();
}
} // namespace pvxsimpl
}} // namespace pvxs::impl