feat: Deprecate non-namespaced headers

For more details see https://github.com/FairRootGroup/FairMQ/discussions/423
This commit is contained in:
Dennis Klein
2022-03-22 13:45:41 +01:00
parent 92d261d4f0
commit 536455de3e
10 changed files with 16 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (C) 2014-2018 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* Copyright (C) 2014-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* *
* This software is distributed under the terms of the *
* GNU Lesser General Public Licence (LGPL) version 3, *
@@ -9,6 +9,10 @@
#ifndef FAIRMQPROGOPTIONS_H
#define FAIRMQPROGOPTIONS_H
#ifndef FAIR_MQ_PROGOPTIONS_H
#pragma GCC warning "Deprecated header: Use <fairmq/ProgOptions.h> instead"
#endif
#include <fairmq/ProgOptions.h>
#endif /* FAIRMQPROGOPTIONS_H */