mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix namespaces in Transports.h and add conversion map
This commit is contained in:
committed by
Mohammad Al-Turany
parent
155618af57
commit
7a4fd96b27
@@ -20,7 +20,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
FairMQ::Transport FairMQMessageZMQ::fTransportType = FairMQ::Transport::ZMQ;
|
||||
fair::mq::Transport FairMQMessageZMQ::fTransportType = fair::mq::Transport::ZMQ;
|
||||
|
||||
FairMQMessageZMQ::FairMQMessageZMQ()
|
||||
: fUsedSizeModified(false)
|
||||
@@ -190,7 +190,7 @@ void FairMQMessageZMQ::ApplyUsedSize()
|
||||
}
|
||||
}
|
||||
|
||||
FairMQ::Transport FairMQMessageZMQ::GetType() const
|
||||
fair::mq::Transport FairMQMessageZMQ::GetType() const
|
||||
{
|
||||
return fTransportType;
|
||||
}
|
||||
|
Reference in New Issue
Block a user