mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Cleanup base/MQ.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
334b91785b
commit
70e46a0b86
@@ -22,7 +22,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
typedef unordered_map<string, vector<FairMQChannel>> FairMQMap;
|
||||
using FairMQMap = unordered_map<string, vector<FairMQChannel>>;
|
||||
|
||||
class MyDevice : public FairMQDevice
|
||||
{
|
||||
|
Reference in New Issue
Block a user