17-ify namespaces

This commit is contained in:
Alexey Rybalchenko
2021-01-13 15:45:38 +01:00
parent d9a5e82160
commit 4a09154a91
119 changed files with 280 additions and 847 deletions

View File

@@ -14,11 +14,7 @@
#include <fairmq/ProgOptions.h>
#include <thread>
namespace fair
{
namespace mq
{
namespace test
namespace fair::mq::test
{
using namespace std;
@@ -123,8 +119,6 @@ class PollIn : public FairMQDevice
int fPollType;
};
} // namespace test
} // namespace mq
} // namespace fair
} // namespace fair::mq::test
#endif /* FAIR_MQ_TEST_POLLIN_H */