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:
@@ -17,10 +17,8 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace fair {
|
||||
namespace mq {
|
||||
namespace sdk {
|
||||
namespace cmd {
|
||||
namespace fair::mq::sdk::cmd
|
||||
{
|
||||
|
||||
array<Result, 2> fbResultToResult =
|
||||
{
|
||||
@@ -478,7 +476,4 @@ void Cmds::Deserialize(const string& str, const Format type)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace cmd
|
||||
} // namespace sdk
|
||||
} // namespace mq
|
||||
} // namespace fair
|
||||
} // namespace fair::mq::sdk::cmd
|
||||
|
Reference in New Issue
Block a user