mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Use process tools for WaitFor test
This commit is contained in:
committed by
Dennis Klein
parent
6809d60fad
commit
99ffb732f4
@@ -32,6 +32,7 @@ class Exceptions : public FairMQDevice
|
||||
throw std::runtime_error("exception in " + state + "()");
|
||||
}
|
||||
}
|
||||
|
||||
auto Bind() -> void override
|
||||
{
|
||||
std::string state("Bind");
|
||||
@@ -39,6 +40,7 @@ class Exceptions : public FairMQDevice
|
||||
throw std::runtime_error("exception in " + state + "()");
|
||||
}
|
||||
}
|
||||
|
||||
auto Connect() -> void override
|
||||
{
|
||||
std::string state("Connect");
|
||||
|
Reference in New Issue
Block a user