mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
17-ify namespaces
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
|
||||
#include "Semaphore.h"
|
||||
|
||||
namespace fair {
|
||||
namespace mq {
|
||||
namespace tools {
|
||||
namespace fair::mq::tools
|
||||
{
|
||||
|
||||
Semaphore::Semaphore()
|
||||
: Semaphore(0)
|
||||
@@ -68,6 +67,4 @@ auto SharedSemaphore::GetCount() const -> std::size_t
|
||||
return fSemaphore->GetCount();
|
||||
}
|
||||
|
||||
} /* namespace tools */
|
||||
} /* namespace mq */
|
||||
} /* namespace fair */
|
||||
} // namespace fair::mq::tools
|
||||
|
Reference in New Issue
Block a user