mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-14 09:06:47 +00:00
feat: Remove deprecated GetConstant
helper
This commit is contained in:
parent
d76de7c0ea
commit
90b50dbdad
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (C) 2014-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||||
* *
|
* *
|
||||||
* This software is distributed under the terms of the *
|
* This software is distributed under the terms of the *
|
||||||
* GNU Lesser General Public Licence (LGPL) version 3, *
|
* GNU Lesser General Public Licence (LGPL) version 3, *
|
||||||
|
@ -452,9 +452,6 @@ class Socket final : public fair::mq::Socket
|
||||||
unsigned long GetMessagesTx() const override { return fMessagesTx; }
|
unsigned long GetMessagesTx() const override { return fMessagesTx; }
|
||||||
unsigned long GetMessagesRx() const override { return fMessagesRx; }
|
unsigned long GetMessagesRx() const override { return fMessagesRx; }
|
||||||
|
|
||||||
[[deprecated("Use fair::mq::zmq::getConstant() from <fairmq/zeromq/Common.h> instead.")]]
|
|
||||||
static int GetConstant(const std::string& constant) { return zmq::getConstant(constant); }
|
|
||||||
|
|
||||||
~Socket() override { Close(); }
|
~Socket() override { Close(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (C) 2014-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||||
* *
|
* *
|
||||||
* This software is distributed under the terms of the *
|
* This software is distributed under the terms of the *
|
||||||
* GNU Lesser General Public Licence (LGPL) version 3, *
|
* GNU Lesser General Public Licence (LGPL) version 3, *
|
||||||
|
@ -390,9 +390,6 @@ class Socket final : public fair::mq::Socket
|
||||||
unsigned long GetMessagesTx() const override { return fMessagesTx; }
|
unsigned long GetMessagesTx() const override { return fMessagesTx; }
|
||||||
unsigned long GetMessagesRx() const override { return fMessagesRx; }
|
unsigned long GetMessagesRx() const override { return fMessagesRx; }
|
||||||
|
|
||||||
[[deprecated("Use fair::mq::zmq::getConstant() from <fairmq/zeromq/Common.h> instead.")]]
|
|
||||||
static int GetConstant(const std::string& constant) { return getConstant(constant); }
|
|
||||||
|
|
||||||
~Socket() override { Close(); }
|
~Socket() override { Close(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user