FairMQ/fairmq/FwdDecls.h
Dennis Klein d76de7c0ea feat!: Remove non-namespaced headers and typenames
The removed headers and typenames were deprecated in v1.5.0.

See https://github.com/FairRootGroup/FairMQ/discussions/423 for more details.

BREAKING CHANGE
2023-04-21 14:53:11 +02:00

32 lines
959 B
C++

/********************************************************************************
* Copyright (C) 2021-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_FWDDECLS_H
#define FAIR_MQ_FWDDECLS_H
#include <fairmq/ProgOptionsFwd.h>
namespace fair::mq {
class Channel;
class Device;
class MemoryResource;
class Message;
class Parts;
class Poller;
class RegionBlock;
class RegionConfig;
class RegionInfo;
class Socket;
class TransportFactory;
class UnmanagedRegion;
} // namespace fair::mq
#endif // FAIR_MQ_FWDDECLS_H