mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
17-ify namespaces
This commit is contained in:
@@ -23,11 +23,7 @@
|
||||
#include <new> // bad_alloc
|
||||
#include <string>
|
||||
|
||||
namespace fair
|
||||
{
|
||||
namespace mq
|
||||
{
|
||||
namespace zmq
|
||||
namespace fair::mq::zmq
|
||||
{
|
||||
|
||||
class Socket;
|
||||
@@ -279,8 +275,6 @@ class Message final : public fair::mq::Message
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace zmq
|
||||
} // namespace mq
|
||||
} // namespace fair
|
||||
} // namespace fair::mq::zmq
|
||||
|
||||
#endif /* FAIR_MQ_ZMQ_MESSAGE_H */
|
||||
|
Reference in New Issue
Block a user