mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Cleanup base/MQ.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
334b91785b
commit
70e46a0b86
@@ -83,7 +83,7 @@ template <> struct Traits2<EventId::UpdateParamInt> { using signal_type = boo
|
||||
class FairMQEventManager
|
||||
{
|
||||
public:
|
||||
typedef std::pair<EventId, std::string> EventKey;
|
||||
using EventKey = std::pair<EventId, std::string>;
|
||||
|
||||
FairMQEventManager() :
|
||||
fEventMap()
|
||||
|
Reference in New Issue
Block a user