mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Remove GetSocket interface that exposes transport details
This commit is contained in:
committed by
Dennis Klein
parent
f8824335a5
commit
ce4062f3a0
@@ -51,7 +51,7 @@ class FairMQChannel
|
||||
/// Default destructor
|
||||
virtual ~FairMQChannel();
|
||||
|
||||
FairMQSocket const & GetSocket() const;
|
||||
FairMQSocket& GetSocket() const;
|
||||
|
||||
auto Bind(const std::string& address) -> bool
|
||||
{
|
||||
|
Reference in New Issue
Block a user