mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
The removed headers and typenames were deprecated in v1.5.0. See https://github.com/FairRootGroup/FairMQ/discussions/423 for more details. BREAKING CHANGE
17 lines
724 B
C++
17 lines
724 B
C++
/********************************************************************************
|
|
* Copyright (C) 2019-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
|
* *
|
|
* This software is distributed under the terms of the *
|
|
* GNU Lesser General Public Licence (LGPL) version 3, *
|
|
* copied verbatim in the file "LICENSE" *
|
|
********************************************************************************/
|
|
|
|
#ifndef FAIR_MQ_PROGOPTIONSFWD_H
|
|
#define FAIR_MQ_PROGOPTIONSFWD_H
|
|
|
|
namespace fair::mq {
|
|
class ProgOptions;
|
|
}
|
|
|
|
#endif /* FAIR_MQ_PROGOPTIONSFWD_H */
|