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