mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
move New*Message apis to TransportFactory
* add facades to Device and Channel * add Transport() getter to Device * inline Transport() getter from Channel
This commit is contained in:
committed by
Mohammad Al-Turany
parent
97ca52aa0e
commit
87252edbe0
@@ -841,12 +841,6 @@ unsigned long FairMQChannel::GetMessagesRx() const
|
||||
return fSocket->GetMessagesRx();
|
||||
}
|
||||
|
||||
|
||||
FairMQTransportFactory* FairMQChannel::Transport()
|
||||
{
|
||||
return fTransportFactory.get();
|
||||
}
|
||||
|
||||
bool FairMQChannel::CheckCompatibility(unique_ptr<FairMQMessage>& msg) const
|
||||
{
|
||||
if (fTransportType == msg->GetType())
|
||||
|
Reference in New Issue
Block a user