mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Remove set/get timeout from general socket interface
This commit is contained in:
committed by
Dennis Klein
parent
e090967645
commit
cfb727181f
@@ -67,11 +67,6 @@ class Socket : public fair::mq::Socket
|
||||
auto GetMessagesTx() const -> unsigned long override { return fMessagesTx; }
|
||||
auto GetMessagesRx() const -> unsigned long override { return fMessagesRx; }
|
||||
|
||||
auto SetSendTimeout(const int timeout, const std::string& address, const std::string& method) -> bool override;
|
||||
auto GetSendTimeout() const -> int override;
|
||||
auto SetReceiveTimeout(const int timeout, const std::string& address, const std::string& method) -> bool override;
|
||||
auto GetReceiveTimeout() const -> int override;
|
||||
|
||||
static auto GetConstant(const std::string& constant) -> int;
|
||||
|
||||
~Socket() override;
|
||||
|
Reference in New Issue
Block a user