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:
@@ -42,11 +42,7 @@ namespace
|
||||
volatile sig_atomic_t gSignalStatus = 0;
|
||||
}
|
||||
|
||||
namespace fair
|
||||
{
|
||||
namespace mq
|
||||
{
|
||||
namespace shmem
|
||||
namespace fair::mq::shmem
|
||||
{
|
||||
|
||||
void signalHandler(int signal)
|
||||
@@ -575,6 +571,4 @@ Monitor::~Monitor()
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace shmem
|
||||
} // namespace mq
|
||||
} // namespace fair
|
||||
} // namespace fair::mq::shmem
|
||||
|
Reference in New Issue
Block a user