mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
17-ify namespaces
This commit is contained in:
@@ -17,11 +17,7 @@
|
||||
#include <utility> // pair
|
||||
#include <vector>
|
||||
|
||||
namespace fair
|
||||
{
|
||||
namespace mq
|
||||
{
|
||||
namespace shmem
|
||||
namespace fair::mq::shmem
|
||||
{
|
||||
|
||||
struct SessionId
|
||||
@@ -120,8 +116,6 @@ class Monitor
|
||||
std::unordered_map<std::string, std::chrono::high_resolution_clock::time_point> fDeviceHeartbeats;
|
||||
};
|
||||
|
||||
} // namespace shmem
|
||||
} // namespace mq
|
||||
} // namespace fair
|
||||
} // namespace fair::mq::shmem
|
||||
|
||||
#endif /* FAIR_MQ_SHMEM_MONITOR_H_ */
|
||||
|
Reference in New Issue
Block a user