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:
@@ -15,9 +15,8 @@
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
namespace fair {
|
||||
namespace mq {
|
||||
namespace tools {
|
||||
namespace fair::mq::tools
|
||||
{
|
||||
|
||||
/**
|
||||
* @struct Semaphore Semaphore.h <fairmq/tools/Semaphore.h>
|
||||
@@ -55,8 +54,6 @@ private:
|
||||
std::shared_ptr<Semaphore> fSemaphore;
|
||||
};
|
||||
|
||||
} /* namespace tools */
|
||||
} /* namespace mq */
|
||||
} /* namespace fair */
|
||||
} // namespace fair::mq::tools
|
||||
|
||||
#endif /* FAIR_MQ_TOOLS_SEMAPHORE_H */
|
||||
|
Reference in New Issue
Block a user