mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 10:01:47 +00:00
add test dir to examples/MQ/GenericDevices + change policy typedef in generic device from private to protected
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
template <typename T, typename U, typename V>
|
||||
class GenericProcessor : public FairMQDevice, public T, public U, public V
|
||||
{
|
||||
protected:
|
||||
typedef T deserialization_type;
|
||||
typedef U serialization_type;
|
||||
typedef V proc_task_type;
|
||||
|
Reference in New Issue
Block a user