mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Add CRTP base class for the policies of the generic device
This commit is contained in:
@@ -55,7 +55,7 @@ class GenericMerger : public FairMQDevice, public MergerPolicy, public InputPoli
|
||||
received = fChannels.at("data-in").at(i).Receive(msg)
|
||||
if (received > 0)
|
||||
{
|
||||
MergerPolicy::Merge(InputPolicy::DeSerializeMsg(msg));
|
||||
MergerPolicy::Merge(InputPolicy::DeserializeMsg(msg));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user